#F2FF74

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

Shades of Dolly #F2FF74

Tints of Dolly #F2FF74

Color information

#F2FF74 (or 0xF2FF74) is unknown color: approx Dolly. HEX triplet: F2, FF and 74. RGB value is (242,255,116). Sum of RGB (Red+Green+Blue) = 242+255+116=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 116 (45.70% from 255 or 18.92% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF74 is #0D008B. Grayscale: #EBEBEB. Windows color (decimal): -852108 or 7667698. OLE color: 7667698.

HSL color Cylindrical-coordinate representation of color #F2FF74: hue angle of 65.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2FF74 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB242255116-
CMYK0.0500.550
HSL65.61º100%72.75%-
HSV(B)65.61º54.51%100%-
XYZ75.5391.6630.23-
YUV235.2760.69132.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 116 (45.70% from 255) = 18.92%
R=39.48%
G=41.60%
B=18.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422551160.0500.55065.6110072.75
HexF2FF7450370426449
Octal36237716450670102144111
Binary1111001011111111111010010101101110100001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FF74; }

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

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

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

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

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

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

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

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