#EFF66F

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

Shades of Dolly #EFF66F

Tints of Dolly #EFF66F

Color information

#EFF66F (or 0xEFF66F) is unknown color: approx Dolly. HEX triplet: EF, F6 and 6F. RGB value is (239,246,111). Sum of RGB (Red+Green+Blue) = 239+246+111=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 111 (43.75% from 255 or 18.62% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF66F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF66F is #100990. Grayscale: #E5E5E5. Windows color (decimal): -1051025 or 7337711. OLE color: 7337711.

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

Color convert

RGB239246111-
CMYK0.0300.550.04
HSL63.11º88.24%70%-
HSV(B)63.11º54.88%96.47%-
XYZ71.4285.4127.76-
YUV228.5261.68135.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 246 (96.48% from 255) = 41.28%
BLUE value IS 111 (43.75% from 255) = 18.62%
R=40.10%
G=41.28%
B=18.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392461110.0300.550.0463.1188.2470
HexEFF66F303743f5846
Octal3573661573067477130106
Binary1110111111110110110111111011011110011111110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF66F; }

 p { color: rgb(239,246,111); }

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

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

 a { background-color: rgb(239,246,111); }

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

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

 span { border-color: rgb(239,246,111); }

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