#70F139

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

Shades of Screamin' Green #70F139

Tints of Screamin' Green #70F139

Color information

#70F139 (or 0x70F139) is unknown color: approx Screamin' Green. HEX triplet: 70, F1 and 39. RGB value is (112,241,57). Sum of RGB (Red+Green+Blue) = 112+241+57=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #70F139 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F139 is #8F0EC6. Grayscale: #B6B6B6. Windows color (decimal): -9375431 or 3797360. OLE color: 3797360.

HSL color Cylindrical-coordinate representation of color #70F139: hue angle of 102.07º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70F139 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB11224157-
CMYK0.5400.760.05
HSL102.07º86.79%58.43%-
HSV(B)102.07º76.35%94.51%-
XYZ38.8866.6514.69-
YUV181.4557.7678.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 241 (94.53% from 255) = 58.78%
BLUE value IS 57 (22.66% from 255) = 13.90%
R=27.32%
G=58.78%
B=13.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112241570.5400.760.05102.0786.7958.43
Hex70F1393604C566573a
Octal16036171660114514612772
Binary1110000111100011110011101100100110010111001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,241,57); }

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

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

 a { background-color: rgb(112,241,57); }

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

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

 span { border-color: rgb(112,241,57); }

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