#F0FF70

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

Shades of Dolly #F0FF70

Tints of Dolly #F0FF70

Color information

#F0FF70 (or 0xF0FF70) is unknown color: approx Dolly. HEX triplet: F0, FF and 70. RGB value is (240,255,112). Sum of RGB (Red+Green+Blue) = 240+255+112=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 112 (44.14% from 255 or 18.45% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF70 is #0F008F. Grayscale: #EAEAEA. Windows color (decimal): -983184 or 7405552. OLE color: 7405552.

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

Color convert

RGB240255112-
CMYK0.0600.560
HSL66.29º100%71.96%-
HSV(B)66.29º56.08%100%-
XYZ74.6291.2229-
YUV234.2159.03132.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 112 (44.14% from 255) = 18.45%
R=39.54%
G=42.01%
B=18.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402551120.0600.56066.2910071.96
HexF0FF7060380426448
Octal36037716060700102144110
Binary1111000011111111111000011001110000100001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FF70; }

 p { color: rgb(240,255,112); }

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

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

 a { background-color: rgb(240,255,112); }

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

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

 span { border-color: rgb(240,255,112); }

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