#F2FF78

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

Shades of Dolly #F2FF78

Tints of Dolly #F2FF78

Color information

#F2FF78 (or 0xF2FF78) is unknown color: approx Dolly. HEX triplet: F2, FF and 78. RGB value is (242,255,120). Sum of RGB (Red+Green+Blue) = 242+255+120=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 120 (47.27% from 255 or 19.45% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF78 is #0D0087. Grayscale: #ECECEC. Windows color (decimal): -852104 or 7929842. OLE color: 7929842.

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

Color convert

RGB242255120-
CMYK0.0500.530
HSL65.78º100%73.53%-
HSV(B)65.78º52.94%100%-
XYZ75.7791.7531.49-
YUV235.7262.69132.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 120 (47.27% from 255) = 19.45%
R=39.22%
G=41.33%
B=19.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422551200.0500.53065.7810073.53
HexF2FF785035042644a
Octal36237717050650102144112
Binary1111001011111111111100010101101010100001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FF78; }

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

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

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

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

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

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

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

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