#70E04F

Color #70E04F Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #70E04F

Tints of Mantis #70E04F

Color information

#70E04F (or 0x70E04F) is unknown color: approx Mantis. HEX triplet: 70, E0 and 4F. RGB value is (112,224,79). Sum of RGB (Red+Green+Blue) = 112+224+79=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #70E04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E04F is #8F1FB0. Grayscale: #AEAEAE. Windows color (decimal): -9379761 or 5234800. OLE color: 5234800.

HSL color Cylindrical-coordinate representation of color #70E04F: hue angle of 106.34º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70E04F is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB11222479-
CMYK0.5000.650.12
HSL106.34º70.05%59.41%-
HSV(B)106.34º64.73%87.84%-
XYZ34.7557.3216.63-
YUV173.9874.3983.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 224 (87.89% from 255) = 53.98%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=26.99%
G=53.98%
B=19.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal112224790.5000.650.12106.3470.0559.41
Hex70E04F32041C6a463b
Octal1603401176201011415210673
Binary111000011100000100111111001001000001110011010101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,224,79); }

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

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

 a { background-color: rgb(112,224,79); }

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

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

 span { border-color: rgb(112,224,79); }

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