#70F049

Color #70F049 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #70F049

Tints of Screamin' Green #70F049

Color information

#70F049 (or 0x70F049) is unknown color: approx Screamin' Green. HEX triplet: 70, F0 and 49. RGB value is (112,240,73). Sum of RGB (Red+Green+Blue) = 112+240+73=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #70F049 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F049 is #8F0FB6. Grayscale: #B7B7B7. Windows color (decimal): -9375671 or 4845680. OLE color: 4845680.

HSL color Cylindrical-coordinate representation of color #70F049: hue angle of 105.99º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70F049 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB11224073-
CMYK0.5300.700.06
HSL105.99º84.77%61.37%-
HSV(B)105.99º69.58%94.12%-
XYZ39.0466.2517.03-
YUV182.6966.0977.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 240 (94.14% from 255) = 56.47%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=26.35%
G=56.47%
B=17.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112240730.5300.700.06105.9984.7761.37
Hex70F0493504666a553d
Octal160360111650106615212575
Binary11100001111000010010011101010100011011011010101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70F049; }

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

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

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

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

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

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

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

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