#70e85e

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

Shades of Screamin' Green #70E85E

Tints of Screamin' Green #70E85E

Color information

#70E85E (or 0x70E85E) is unknown color: approx Screamin' Green. HEX triplet: 70, E8 and 5E. RGB value is (112,232,94). Sum of RGB (Red+Green+Blue) = 112+232+94=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 232 (91.02% from 255 or 52.97% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 232 - color contains mainly: green. Hex color #70E85E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E85E is #8F17A1. Grayscale: #B4B4B4. Windows color (decimal): -9377698 or 6219888. OLE color: 6219888.

HSL color Cylindrical-coordinate representation of color #70E85E: hue angle of 112.17º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70E85E is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB11223294-
CMYK0.5200.590.09
HSL112.17º75%63.92%-
HSV(B)112.17º59.48%90.98%-
XYZ37.5661.9720.57-
YUV180.3979.2479.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 232 (91.02% from 255) = 52.97%
BLUE value IS 94 (37.11% from 255) = 21.46%
R=25.57%
G=52.97%
B=21.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112232940.5200.590.09112.177563.92
Hex70E85E3403B9704b40
Octal1603501366407311160113100
Binary111000011101000101111011010001110111001111000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70e85e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,232,94); }

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

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

 a { background-color: rgb(112,232,94); }

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

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

 span { border-color: rgb(112,232,94); }

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