#EFF86C

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

Shades of Dolly #EFF86C

Tints of Dolly #EFF86C

Color information

#EFF86C (or 0xEFF86C) is unknown color: approx Dolly. HEX triplet: EF, F8 and 6C. RGB value is (239,248,108). Sum of RGB (Red+Green+Blue) = 239+248+108=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 108 (42.58% from 255 or 18.15% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF86C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF86C is #100793. Grayscale: #E5E5E5. Windows color (decimal): -1050516 or 7141615. OLE color: 7141615.

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

Color convert

RGB239248108-
CMYK0.0400.560.03
HSL63.86º90.91%69.8%-
HSV(B)63.86º56.45%97.25%-
XYZ71.8786.5727.11-
YUV229.3559.52134.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 108 (42.58% from 255) = 18.15%
R=40.17%
G=41.68%
B=18.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392481080.0400.560.0363.8690.9169.8
HexEFF86C40383405b46
Octal35737015440703100133106
Binary11101111111110001101100100011100011100000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF86C; }

 p { color: rgb(239,248,108); }

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

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

 a { background-color: rgb(239,248,108); }

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

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

 span { border-color: rgb(239,248,108); }

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