#F5FD76

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

Shades of Dolly #F5FD76

Tints of Dolly #F5FD76

Color information

#F5FD76 (or 0xF5FD76) is unknown color: approx Dolly. HEX triplet: F5, FD and 76. RGB value is (245,253,118). Sum of RGB (Red+Green+Blue) = 245+253+118=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 118 (46.48% from 255 or 19.16% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD76 is #0A0289. Grayscale: #EBEBEB. Windows color (decimal): -656010 or 7798261. OLE color: 7798261.

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

Color convert

RGB245253118-
CMYK0.0300.530.01
HSL63.56º97.12%72.75%-
HSV(B)63.56º53.36%99.22%-
XYZ76.0590.9730.69-
YUV235.2261.85134.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 118 (46.48% from 255) = 19.16%
R=39.77%
G=41.07%
B=19.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531180.0300.530.0163.5697.1272.75
HexF5FD7630351406149
Octal36537516630651100141111
Binary111101011111110111101101101101011100000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FD76; }

 p { color: rgb(245,253,118); }

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

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

 a { background-color: rgb(245,253,118); }

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

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

 span { border-color: rgb(245,253,118); }

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