#70C95F

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

Shades of Mantis #70C95F

Tints of Mantis #70C95F

Color information

#70C95F (or 0x70C95F) is unknown color: approx Mantis. HEX triplet: 70, C9 and 5F. RGB value is (112,201,95). Sum of RGB (Red+Green+Blue) = 112+201+95=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #70C95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C95F is #8F36A0. Grayscale: #A2A2A2. Windows color (decimal): -9385633 or 6277488. OLE color: 6277488.

HSL color Cylindrical-coordinate representation of color #70C95F: hue angle of 110.38º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70C95F is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB11220195-
CMYK0.4400.530.21
HSL110.38º49.53%58.04%-
HSV(B)110.38º52.74%78.82%-
XYZ29.6346.0418.15-
YUV162.390.0192.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 201 (78.91% from 255) = 49.26%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=27.45%
G=49.26%
B=23.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112201950.4400.530.21110.3849.5358.04
Hex70C95F2C035156e323a
Octal16031113754065251566272
Binary11100001100100110111111011000110101101011101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,201,95); }

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

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

 a { background-color: rgb(112,201,95); }

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

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

 span { border-color: rgb(112,201,95); }

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