#EDFE6E

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

Shades of Honeysuckle #EDFE6E

Tints of Honeysuckle #EDFE6E

Color information

#EDFE6E (or 0xEDFE6E) is unknown color: approx Honeysuckle. HEX triplet: ED, FE and 6E. RGB value is (237,254,110). Sum of RGB (Red+Green+Blue) = 237+254+110=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 110 (43.36% from 255 or 18.30% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE6E is #120191. Grayscale: #E9E9E9. Windows color (decimal): -1180050 or 7274221. OLE color: 7274221.

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

Color convert

RGB237254110-
CMYK0.0700.570.00
HSL67.08º98.63%71.37%-
HSV(B)67.08º56.69%99.61%-
XYZ73.1890.0128.27-
YUV232.558.87131.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 110 (43.36% from 255) = 18.30%
R=39.43%
G=42.26%
B=18.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541100.0700.570.0067.0898.6371.37
HexEDFE6E70390436347
Octal35537615670710103143107
Binary1110110111111110110111011101110010100001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE6E; }

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

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

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

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

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

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

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

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