#EDFF6E

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

Shades of Honeysuckle #EDFF6E

Tints of Honeysuckle #EDFF6E

Color information

#EDFF6E (or 0xEDFF6E) is unknown color: approx Honeysuckle. HEX triplet: ED, FF and 6E. RGB value is (237,255,110). Sum of RGB (Red+Green+Blue) = 237+255+110=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 110 (43.36% from 255 or 18.27% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF6E is #120091. Grayscale: #E9E9E9. Windows color (decimal): -1179794 or 7274477. OLE color: 7274477.

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

Color convert

RGB237255110-
CMYK0.0700.570
HSL67.45º100%71.57%-
HSV(B)67.45º56.86%100%-
XYZ73.590.6528.38-
YUV233.0958.54130.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 110 (43.36% from 255) = 18.27%
R=39.37%
G=42.36%
B=18.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551100.0700.57067.4510071.57
HexEDFF6E70390436448
Octal35537715670710103144110
Binary1110110111111111110111011101110010100001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF6E; }

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

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

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

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

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

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

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

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