#EFFA79

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

Shades of Dolly #EFFA79

Tints of Dolly #EFFA79

Color information

#EFFA79 (or 0xEFFA79) is unknown color: approx Dolly. HEX triplet: EF, FA and 79. RGB value is (239,250,121). Sum of RGB (Red+Green+Blue) = 239+250+121=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 121 (47.66% from 255 or 19.84% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFA79 is #100586. Grayscale: #E8E8E8. Windows color (decimal): -1049991 or 7994095. OLE color: 7994095.

HSL color Cylindrical-coordinate representation of color #EFFA79: hue angle of 65.12º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFFA79 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB239250121-
CMYK0.0400.520.02
HSL65.12º92.81%72.75%-
HSV(B)65.12º51.6%98.04%-
XYZ73.2388.131.23-
YUV232.0165.36132.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 121 (47.66% from 255) = 19.84%
R=39.18%
G=40.98%
B=19.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501210.0400.520.0265.1292.8172.75
HexEFFA7940342415d49
Octal35737217140642101135111
Binary11101111111110101111001100011010010100000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFA79; }

 p { color: rgb(239,250,121); }

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

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

 a { background-color: rgb(239,250,121); }

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

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

 span { border-color: rgb(239,250,121); }

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