#70F36B

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

Shades of Screamin' Green #70F36B

Tints of Screamin' Green #70F36B

Color information

#70F36B (or 0x70F36B) is unknown color: approx Screamin' Green. HEX triplet: 70, F3 and 6B. RGB value is (112,243,107). Sum of RGB (Red+Green+Blue) = 112+243+107=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #70F36B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F36B is #8F0C94. Grayscale: #BCBCBC. Windows color (decimal): -9374869 or 7074672. OLE color: 7074672.

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

Color convert

RGB112243107-
CMYK0.5400.560.05
HSL117.79º85%68.63%-
HSV(B)117.79º55.97%95.29%-
XYZ41.3968.6124.97-
YUV188.3382.173.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.24%
GREEN value IS 243 (95.31% from 255) = 52.60%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=24.24%
G=52.60%
B=23.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122431070.5400.560.05117.798568.63
Hex70F36B360385765545
Octal160363153660705166125105
Binary11100001111001111010111101100111000101111011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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