#70EE5D

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

Shades of Screamin' Green #70EE5D

Tints of Screamin' Green #70EE5D

Color information

#70EE5D (or 0x70EE5D) is unknown color: approx Screamin' Green. HEX triplet: 70, EE and 5D. RGB value is (112,238,93). Sum of RGB (Red+Green+Blue) = 112+238+93=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EE5D is #8F11A2. Grayscale: #B8B8B8. Windows color (decimal): -9376163 or 6155888. OLE color: 6155888.

HSL color Cylindrical-coordinate representation of color #70EE5D: hue angle of 112.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70EE5D is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB11223893-
CMYK0.5300.610.07
HSL112.14º81.01%64.9%-
HSV(B)112.14º60.92%93.33%-
XYZ39.2365.3820.91-
YUV183.876.7676.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 238 (93.36% from 255) = 53.72%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=25.28%
G=53.72%
B=20.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112238930.5300.610.07112.1481.0164.9
Hex70EE5D3503D7705141
Octal160356135650757160121101
Binary11100001110111010111011101010111101111111000010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,238,93); }

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

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

 a { background-color: rgb(112,238,93); }

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

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

 span { border-color: rgb(112,238,93); }

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