#EDFE66

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

Shades of Honeysuckle #EDFE66

Tints of Honeysuckle #EDFE66

Color information

#EDFE66 (or 0xEDFE66) is unknown color: approx Honeysuckle. HEX triplet: ED, FE and 66. RGB value is (237,254,102). Sum of RGB (Red+Green+Blue) = 237+254+102=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 102 (40.23% from 255 or 17.20% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE66 is #120199. Grayscale: #E8E8E8. Windows color (decimal): -1180058 or 6749933. OLE color: 6749933.

HSL color Cylindrical-coordinate representation of color #EDFE66: hue angle of 66.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDFE66 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB237254102-
CMYK0.0700.600.00
HSL66.71º98.7%69.8%-
HSV(B)66.71º59.84%99.61%-
XYZ72.7789.8526.08-
YUV231.5954.87131.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 102 (40.23% from 255) = 17.20%
R=39.97%
G=42.83%
B=17.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541020.0700.600.0066.7198.769.8
HexEDFE66703C0436346
Octal35537614670740103143106
Binary1110110111111110110011011101111000100001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE66; }

 p { color: rgb(237,254,102); }

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

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

 a { background-color: rgb(237,254,102); }

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

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

 span { border-color: rgb(237,254,102); }

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