#F5FC75

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

Shades of Dolly #F5FC75

Tints of Dolly #F5FC75

Color information

#F5FC75 (or 0xF5FC75) is unknown color: approx Dolly. HEX triplet: F5, FC and 75. RGB value is (245,252,117). Sum of RGB (Red+Green+Blue) = 245+252+117=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 117 (46.09% from 255 or 19.06% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FC75 is #0A038A. Grayscale: #EBEBEB. Windows color (decimal): -656267 or 7732469. OLE color: 7732469.

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

Color convert

RGB245252117-
CMYK0.0300.540.01
HSL63.11º95.74%72.35%-
HSV(B)63.11º53.57%98.82%-
XYZ75.6890.3230.27-
YUV234.5261.68135.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 117 (46.09% from 255) = 19.06%
R=39.90%
G=41.04%
B=19.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452521170.0300.540.0163.1195.7472.35
HexF5FC75303613f6048
Octal3653741653066177140110
Binary11110101111111001110101110110110111111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FC75; }

 p { color: rgb(245,252,117); }

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

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

 a { background-color: rgb(245,252,117); }

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

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

 span { border-color: rgb(245,252,117); }

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