#EDFF70

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

Shades of Dolly #EDFF70

Tints of Dolly #EDFF70

Color information

#EDFF70 (or 0xEDFF70) is unknown color: approx Dolly. HEX triplet: ED, FF and 70. RGB value is (237,255,112). Sum of RGB (Red+Green+Blue) = 237+255+112=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 112 (44.14% from 255 or 18.54% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF70 is #12008F. Grayscale: #E9E9E9. Windows color (decimal): -1179792 or 7405549. OLE color: 7405549.

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

Color convert

RGB237255112-
CMYK0.0700.560
HSL67.55º100%71.96%-
HSV(B)67.55º56.08%100%-
XYZ73.6190.6928.96-
YUV233.3259.54130.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 112 (44.14% from 255) = 18.54%
R=39.24%
G=42.22%
B=18.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551120.0700.56067.5510071.96
HexEDFF7070380446448
Octal35537716070700104144110
Binary1110110111111111111000011101110000100010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF70; }

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

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

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

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

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

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

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

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