#EDFB65

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

Shades of Honeysuckle #EDFB65

Tints of Honeysuckle #EDFB65

Color information

#EDFB65 (or 0xEDFB65) is unknown color: approx Honeysuckle. HEX triplet: ED, FB and 65. RGB value is (237,251,101). Sum of RGB (Red+Green+Blue) = 237+251+101=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 101 (39.84% from 255 or 17.15% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB65 is #12049A. Grayscale: #E6E6E6. Windows color (decimal): -1180827 or 6683629. OLE color: 6683629.

HSL color Cylindrical-coordinate representation of color #EDFB65: hue angle of 65.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDFB65 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB237251101-
CMYK0.0600.600.02
HSL65.6º94.94%69.02%-
HSV(B)65.6º59.76%98.43%-
XYZ71.7787.9425.5-
YUV229.7155.36133.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 101 (39.84% from 255) = 17.15%
R=40.24%
G=42.61%
B=17.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511010.0600.600.0265.694.9469.02
HexEDFB65603C2425f45
Octal35537314560742102137105
Binary11101101111110111100101110011110010100001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFB65; }

 p { color: rgb(237,251,101); }

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

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

 a { background-color: rgb(237,251,101); }

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

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

 span { border-color: rgb(237,251,101); }

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