#70E95E

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

Shades of Screamin' Green #70E95E

Tints of Screamin' Green #70E95E

Color information

#70E95E (or 0x70E95E) is unknown color: approx Screamin' Green. HEX triplet: 70, E9 and 5E. RGB value is (112,233,94). Sum of RGB (Red+Green+Blue) = 112+233+94=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #70E95E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E95E is #8F16A1. Grayscale: #B5B5B5. Windows color (decimal): -9377442 or 6220144. OLE color: 6220144.

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

Color convert

RGB11223394-
CMYK0.5200.600.09
HSL112.23º75.96%64.12%-
HSV(B)112.23º59.66%91.37%-
XYZ37.8462.5320.66-
YUV180.9878.9178.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 233 (91.41% from 255) = 53.08%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=25.51%
G=53.08%
B=21.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112233940.5200.600.09112.2375.9664.12
Hex70E95E3403C9704c40
Octal1603511366407411160114100
Binary111000011101001101111011010001111001001111000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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