#F2FC74

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

Shades of Dolly #F2FC74

Tints of Dolly #F2FC74

Color information

#F2FC74 (or 0xF2FC74) is unknown color: approx Dolly. HEX triplet: F2, FC and 74. RGB value is (242,252,116). Sum of RGB (Red+Green+Blue) = 242+252+116=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 116 (45.70% from 255 or 19.02% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC74 is #0D038B. Grayscale: #EAEAEA. Windows color (decimal): -852876 or 7666930. OLE color: 7666930.

HSL color Cylindrical-coordinate representation of color #F2FC74: hue angle of 64.41º 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 #F2FC74 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB242252116-
CMYK0.0400.540.01
HSL64.41º95.77%72.16%-
HSV(B)64.41º53.97%98.82%-
XYZ74.5889.7629.92-
YUV233.5161.69134.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 116 (45.70% from 255) = 19.02%
R=39.67%
G=41.31%
B=19.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422521160.0400.540.0164.4195.7772.16
HexF2FC7440361406048
Octal36237416440661100140110
Binary1111001011111100111010010001101101100000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FC74; }

 p { color: rgb(242,252,116); }

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

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

 a { background-color: rgb(242,252,116); }

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

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

 span { border-color: rgb(242,252,116); }

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