Html Css Color HEX #F0FF70 Dolly

📋 copy color: '#F0FF70'

red 240 ◦ green 255 ◦ blue 112

#F0FF70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolly #F0FF70

Tints of Dolly #F0FF70

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 value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#F0FF70 (or 0xF0FF70) is known color: 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

RGB 240 255 112 -
CMYK 0.06 0 0.56 0
HSL 66.29º 1% 0.72% -
HSV(B) 66.29º 0.56% 1% -
XYZ 74.62 91.22 29 -
YUV 234.21 59.03 132.13 -
System Red Green Blue C M Y K H S L
Decimal 240 255 112 0.06 0 0.56 0 66.29 1 0.72
Hex F0 FF 70 6 0 38 0 42 64 48
Octal 360 377 160 6 0 70 0 102 144 110
Binary 11110000 11111111 1110000 110 0 111000 0 1000010 1100100 1001000

Color Harmonies of #F0FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FF70

Black with #F0FF70

Text Example


Text Example

White with #F0FF70

Text Example


Text Example

HTML Codes & Css Web 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>