#EDF776

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

Shades of Dolly #EDF776

Tints of Dolly #EDF776

Color information

#EDF776 (or 0xEDF776) is unknown color: approx Dolly. HEX triplet: ED, F7 and 76. RGB value is (237,247,118). Sum of RGB (Red+Green+Blue) = 237+247+118=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 118 (46.48% from 255 or 19.60% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF776 is #120889. Grayscale: #E5E5E5. Windows color (decimal): -1181834 or 7796717. OLE color: 7796717.

HSL color Cylindrical-coordinate representation of color #EDF776: hue angle of 64.65º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDF776 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB237247118-
CMYK0.0400.520.03
HSL64.65º88.97%71.57%-
HSV(B)64.65º52.23%96.86%-
XYZ71.4685.8329.94-
YUV229.365.19133.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 247 (96.88% from 255) = 41.03%
BLUE value IS 118 (46.48% from 255) = 19.60%
R=39.37%
G=41.03%
B=19.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471180.0400.520.0364.6588.9771.57
HexEDF77640343415948
Octal35536716640643101131110
Binary11101101111101111110110100011010011100000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF776; }

 p { color: rgb(237,247,118); }

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

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

 a { background-color: rgb(237,247,118); }

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

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

 span { border-color: rgb(237,247,118); }

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