#EFF970

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

Shades of Dolly #EFF970

Tints of Dolly #EFF970

Color information

#EFF970 (or 0xEFF970) is unknown color: approx Dolly. HEX triplet: EF, F9 and 70. RGB value is (239,249,112). Sum of RGB (Red+Green+Blue) = 239+249+112=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 112 (44.14% from 255 or 18.67% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF970 is #10068F. Grayscale: #E6E6E6. Windows color (decimal): -1050256 or 7404015. OLE color: 7404015.

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

Color convert

RGB239249112-
CMYK0.0400.550.02
HSL64.38º91.95%70.78%-
HSV(B)64.38º55.02%97.65%-
XYZ72.487.2728.36-
YUV230.3961.19134.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 249 (97.66% from 255) = 41.5%
BLUE value IS 112 (44.14% from 255) = 18.67%
R=39.83%
G=41.5%
B=18.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392491120.0400.550.0264.3891.9570.78
HexEFF97040372405c47
Octal35737116040672100134107
Binary11101111111110011110000100011011110100000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF970; }

 p { color: rgb(239,249,112); }

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

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

 a { background-color: rgb(239,249,112); }

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

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

 span { border-color: rgb(239,249,112); }

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