#EFFD7C

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

Shades of Dolly #EFFD7C

Tints of Dolly #EFFD7C

Color information

#EFFD7C (or 0xEFFD7C) is unknown color: approx Dolly. HEX triplet: EF, FD and 7C. RGB value is (239,253,124). Sum of RGB (Red+Green+Blue) = 239+253+124=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD7C is #100283. Grayscale: #EAEAEA. Windows color (decimal): -1049220 or 8191471. OLE color: 8191471.

HSL color Cylindrical-coordinate representation of color #EFFD7C: hue angle of 66.51º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFFD7C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB239253124-
CMYK0.0600.510.01
HSL66.51º96.99%73.92%-
HSV(B)66.51º50.99%99.22%-
XYZ74.3690.0632.53-
YUV234.1165.86131.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 124 (48.83% from 255) = 20.13%
R=38.80%
G=41.07%
B=20.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531240.0600.510.0166.5196.9973.92
HexEFFD7C6033143614a
Octal35737517460631103141112
Binary1110111111111101111110011001100111100001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD7C; }

 p { color: rgb(239,253,124); }

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

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

 a { background-color: rgb(239,253,124); }

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

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

 span { border-color: rgb(239,253,124); }

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