#70F36E

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

Shades of Screamin' Green #70F36E

Tints of Screamin' Green #70F36E

Color information

#70F36E (or 0x70F36E) is unknown color: approx Screamin' Green. HEX triplet: 70, F3 and 6E. RGB value is (112,243,110). Sum of RGB (Red+Green+Blue) = 112+243+110=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #70F36E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F36E is #8F0C91. Grayscale: #BDBDBD. Windows color (decimal): -9374866 or 7271280. OLE color: 7271280.

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

Color convert

RGB112243110-
CMYK0.5400.550.05
HSL119.1º84.71%69.22%-
HSV(B)119.1º54.73%95.29%-
XYZ41.5568.6725.82-
YUV188.6783.673.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 243 (95.31% from 255) = 52.26%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=24.09%
G=52.26%
B=23.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122431100.5400.550.05119.184.7169.22
Hex70F36E360375775545
Octal160363156660675167125105
Binary11100001111001111011101101100110111101111011110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,243,110); }

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

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

 a { background-color: rgb(112,243,110); }

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

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

 span { border-color: rgb(112,243,110); }

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