#70EC5F

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

Shades of Screamin' Green #70EC5F

Tints of Screamin' Green #70EC5F

Color information

#70EC5F (or 0x70EC5F) is unknown color: approx Screamin' Green. HEX triplet: 70, EC and 5F. RGB value is (112,236,95). Sum of RGB (Red+Green+Blue) = 112+236+95=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC5F is #8F13A0. Grayscale: #B7B7B7. Windows color (decimal): -9376673 or 6286448. OLE color: 6286448.

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

Color convert

RGB11223695-
CMYK0.5300.600.07
HSL112.77º78.77%64.9%-
HSV(B)112.77º59.75%92.55%-
XYZ38.7464.2621.19-
YUV182.8578.4277.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 236 (92.58% from 255) = 53.27%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=25.28%
G=53.27%
B=21.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112236950.5300.600.07112.7778.7764.9
Hex70EC5F3503C7714f41
Octal160354137650747161117101
Binary11100001110110010111111101010111100111111000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,236,95); }

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

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

 a { background-color: rgb(112,236,95); }

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

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

 span { border-color: rgb(112,236,95); }

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