#edfc68

Color #EDFC68 Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #EDFC68

Tints of Honeysuckle #EDFC68

Color information

#EDFC68 (or 0xEDFC68) is unknown color: approx Honeysuckle. HEX triplet: ED, FC and 68. RGB value is (237,252,104). Sum of RGB (Red+Green+Blue) = 237+252+104=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 104 (41.02% from 255 or 17.54% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC68 is #120397. Grayscale: #E7E7E7. Windows color (decimal): -1180568 or 6880493. OLE color: 6880493.

HSL color Cylindrical-coordinate representation of color #EDFC68: hue angle of 66.08º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDFC68 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB237252104-
CMYK0.0600.590.01
HSL66.08º96.1%69.8%-
HSV(B)66.08º58.73%98.82%-
XYZ72.2388.6226.4-
YUV230.6456.53132.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 104 (41.02% from 255) = 17.54%
R=39.97%
G=42.50%
B=17.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521040.0600.590.0166.0896.169.8
HexEDFC68603B1426046
Octal35537415060731102140106
Binary1110110111111100110100011001110111100001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edfc68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edfc68; }

 p { color: rgb(237,252,104); }

 H1.HeaderClassName
 {
   color: #edfc68;
 }
 .AnyTagClassName
 {
   color: #edfc68;
 }
</style>
background-color css

<style>
 a { background-color: #edfc68; }

 a { background-color: rgb(237,252,104); }

 div.DivClassName
 {
   background-color: #edfc68;
 }
 .BgClassName
 {
   background-color: #edfc68;
 }
</style>
border-color css

<style>
 span { border-color: #edfc68; }

 span { border-color: rgb(237,252,104); }

 td.TdClassName
 {
   border-color: #edfc68;
 }
 .TagClassName
 {
   border-color: #edfc68;
 }
</style>