#EFF470

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

Shades of Dolly #EFF470

Tints of Dolly #EFF470

Color information

#EFF470 (or 0xEFF470) is unknown color: approx Dolly. HEX triplet: EF, F4 and 70. RGB value is (239,244,112). Sum of RGB (Red+Green+Blue) = 239+244+112=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF470 is #100B8F. Grayscale: #E3E3E3. Windows color (decimal): -1051536 or 7402735. OLE color: 7402735.

HSL color Cylindrical-coordinate representation of color #EFF470: hue angle of 62.27º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFF470 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB239244112-
CMYK0.0200.540.04
HSL62.27º85.71%69.8%-
HSV(B)62.27º54.1%95.69%-
XYZ70.8784.2227.85-
YUV227.4662.84136.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 112 (44.14% from 255) = 18.82%
R=40.17%
G=41.01%
B=18.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392441120.0200.540.0462.2785.7169.8
HexEFF470203643e5646
Octal3573641602066476126106
Binary1110111111110100111000010011011010011111010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF470; }

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

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

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

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

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

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

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

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