#EDFF78

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

Shades of Dolly #EDFF78

Tints of Dolly #EDFF78

Color information

#EDFF78 (or 0xEDFF78) is unknown color: approx Dolly. HEX triplet: ED, FF and 78. RGB value is (237,255,120). Sum of RGB (Red+Green+Blue) = 237+255+120=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 120 (47.27% from 255 or 19.61% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF78 is #120087. Grayscale: #EAEAEA. Windows color (decimal): -1179784 or 7929837. OLE color: 7929837.

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

Color convert

RGB237255120-
CMYK0.0700.530
HSL68º100%73.53%-
HSV(B)68º52.94%100%-
XYZ74.0890.8831.41-
YUV234.2363.54129.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 120 (47.27% from 255) = 19.61%
R=38.73%
G=41.67%
B=19.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551200.0700.5306810073.53
HexEDFF787035044644a
Octal35537717070650104144112
Binary1110110111111111111100011101101010100010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF78; }

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

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

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

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

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

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

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

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