#70E861

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

Shades of Screamin' Green #70E861

Tints of Screamin' Green #70E861

Color information

#70E861 (or 0x70E861) is unknown color: approx Screamin' Green. HEX triplet: 70, E8 and 61. RGB value is (112,232,97). Sum of RGB (Red+Green+Blue) = 112+232+97=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #70E861 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E861 is #8F179E. Grayscale: #B5B5B5. Windows color (decimal): -9377695 or 6416496. OLE color: 6416496.

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

Color convert

RGB11223297-
CMYK0.5200.580.09
HSL113.33º74.59%64.51%-
HSV(B)113.33º58.19%90.98%-
XYZ37.762.0221.29-
YUV180.7380.7478.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 232 (91.02% from 255) = 52.61%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=25.40%
G=52.61%
B=22.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112232970.5200.580.09113.3374.5964.51
Hex70E8613403A9714b41
Octal1603501416407211161113101
Binary111000011101000110000111010001110101001111000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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