#F2FB72

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

Shades of Dolly #F2FB72

Tints of Dolly #F2FB72

Color information

#F2FB72 (or 0xF2FB72) is unknown color: approx Dolly. HEX triplet: F2, FB and 72. RGB value is (242,251,114). Sum of RGB (Red+Green+Blue) = 242+251+114=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 114 (44.92% from 255 or 18.78% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FB72 is #0D048D. Grayscale: #E9E9E9. Windows color (decimal): -853134 or 7535602. OLE color: 7535602.

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

Color convert

RGB242251114-
CMYK0.0400.550.02
HSL63.94º94.48%71.57%-
HSV(B)63.94º54.58%98.43%-
XYZ74.1589.0929.21-
YUV232.6961.02134.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 114 (44.92% from 255) = 18.78%
R=39.87%
G=41.35%
B=18.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422511140.0400.550.0263.9494.4871.57
HexF2FB7240372405e48
Octal36237316240672100136110
Binary11110010111110111110010100011011110100000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FB72; }

 p { color: rgb(242,251,114); }

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

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

 a { background-color: rgb(242,251,114); }

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

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

 span { border-color: rgb(242,251,114); }

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