#F5FB79

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

Shades of Dolly #F5FB79

Tints of Dolly #F5FB79

Color information

#F5FB79 (or 0xF5FB79) is unknown color: approx Dolly. HEX triplet: F5, FB and 79. RGB value is (245,251,121). Sum of RGB (Red+Green+Blue) = 245+251+121=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 121 (47.66% from 255 or 19.61% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FB79 is #0A0486. Grayscale: #EAEAEA. Windows color (decimal): -656519 or 7994357. OLE color: 7994357.

HSL color Cylindrical-coordinate representation of color #F5FB79: hue angle of 62.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5FB79 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB245251121-
CMYK0.0200.520.02
HSL62.77º94.2%72.94%-
HSV(B)62.77º51.79%98.43%-
XYZ75.689.7931.44-
YUV234.3964.01135.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 251 (98.44% from 255) = 40.68%
BLUE value IS 121 (47.66% from 255) = 19.61%
R=39.71%
G=40.68%
B=19.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452511210.0200.520.0262.7794.272.94
HexF5FB79203423f5e49
Octal3653731712064277136111
Binary111101011111101111110011001101001011111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FB79; }

 p { color: rgb(245,251,121); }

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

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

 a { background-color: rgb(245,251,121); }

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

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

 span { border-color: rgb(245,251,121); }

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