#70EF60

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

Shades of Screamin' Green #70EF60

Tints of Screamin' Green #70EF60

Color information

#70EF60 (or 0x70EF60) is unknown color: approx Screamin' Green. HEX triplet: 70, EF and 60. RGB value is (112,239,96). Sum of RGB (Red+Green+Blue) = 112+239+96=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EF60 is #8F109F. Grayscale: #B9B9B9. Windows color (decimal): -9375904 or 6352752. OLE color: 6352752.

HSL color Cylindrical-coordinate representation of color #70EF60: hue angle of 113.29º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70EF60 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB11223996-
CMYK0.5300.600.06
HSL113.29º81.71%65.69%-
HSV(B)113.29º59.83%93.73%-
XYZ39.6666.0221.72-
YUV184.7277.9276.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 239 (93.75% from 255) = 53.47%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=25.06%
G=53.47%
B=21.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112239960.5300.600.06113.2981.7165.69
Hex70EF603503C6715242
Octal160357140650746161122102
Binary11100001110111111000001101010111100110111000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,239,96); }

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

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

 a { background-color: rgb(112,239,96); }

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

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

 span { border-color: rgb(112,239,96); }

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