#70EB39

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

Shades of Screamin' Green #70EB39

Tints of Screamin' Green #70EB39

Color information

#70EB39 (or 0x70EB39) is unknown color: approx Screamin' Green. HEX triplet: 70, EB and 39. RGB value is (112,235,57). Sum of RGB (Red+Green+Blue) = 112+235+57=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 235 (92.19% from 255 or 58.17% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB39 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EB39 is #8F14C6. Grayscale: #B2B2B2. Windows color (decimal): -9376967 or 3795824. OLE color: 3795824.

HSL color Cylindrical-coordinate representation of color #70EB39: hue angle of 101.46º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70EB39 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB11223557-
CMYK0.5200.760.08
HSL101.46º81.65%57.25%-
HSV(B)101.46º75.74%92.16%-
XYZ37.1363.1614.1-
YUV177.9359.7580.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 235 (92.19% from 255) = 58.17%
BLUE value IS 57 (22.66% from 255) = 14.11%
R=27.72%
G=58.17%
B=14.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112235570.5200.760.08101.4681.6557.25
Hex70EB393404C8655239
Octal160353716401141014512271
Binary11100001110101111100111010001001100100011001011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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