#EAF778

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

Shades of Dolly #EAF778

Tints of Dolly #EAF778

Color information

#EAF778 (or 0xEAF778) is unknown color: approx Dolly. HEX triplet: EA, F7 and 78. RGB value is (234,247,120). Sum of RGB (Red+Green+Blue) = 234+247+120=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 120 (47.27% from 255 or 19.97% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF778 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF778 is #150887. Grayscale: #E5E5E5. Windows color (decimal): -1378440 or 7927786. OLE color: 7927786.

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

Color convert

RGB234247120-
CMYK0.0500.510.03
HSL66.14º88.81%71.96%-
HSV(B)66.14º51.42%96.86%-
XYZ70.5885.3730.53-
YUV228.6466.69131.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 120 (47.27% from 255) = 19.97%
R=38.94%
G=41.10%
B=19.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342471200.0500.510.0366.1488.8171.96
HexEAF77850333425948
Octal35236717050633102131110
Binary11101010111101111111000101011001111100001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF778; }

 p { color: rgb(234,247,120); }

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

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

 a { background-color: rgb(234,247,120); }

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

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

 span { border-color: rgb(234,247,120); }

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