#EDFA6F

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

Shades of Honeysuckle #EDFA6F

Tints of Honeysuckle #EDFA6F

Color information

#EDFA6F (or 0xEDFA6F) is unknown color: approx Honeysuckle. HEX triplet: ED, FA and 6F. RGB value is (237,250,111). Sum of RGB (Red+Green+Blue) = 237+250+111=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 111 (43.75% from 255 or 18.56% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFA6F is #120590. Grayscale: #E6E6E6. Windows color (decimal): -1181073 or 7338733. OLE color: 7338733.

HSL color Cylindrical-coordinate representation of color #EDFA6F: hue angle of 65.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDFA6F is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB237250111-
CMYK0.0500.560.02
HSL65.61º93.29%70.78%-
HSV(B)65.61º55.6%98.04%-
XYZ71.9887.5228.14-
YUV230.2760.69132.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 111 (43.75% from 255) = 18.56%
R=39.63%
G=41.81%
B=18.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501110.0500.560.0265.6193.2970.78
HexEDFA6F50382425d47
Octal35537215750702102135107
Binary11101101111110101101111101011100010100001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA6F; }

 p { color: rgb(237,250,111); }

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

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

 a { background-color: rgb(237,250,111); }

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

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

 span { border-color: rgb(237,250,111); }

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