#70CA53

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

Shades of Mantis #70CA53

Tints of Mantis #70CA53

Color information

#70CA53 (or 0x70CA53) is unknown color: approx Mantis. HEX triplet: 70, CA and 53. RGB value is (112,202,83). Sum of RGB (Red+Green+Blue) = 112+202+83=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA53 is #8F35AC. Grayscale: #A1A1A1. Windows color (decimal): -9385389 or 5491312. OLE color: 5491312.

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

Color convert

RGB11220283-
CMYK0.4500.590.21
HSL105.38º52.89%55.88%-
HSV(B)105.38º58.91%79.22%-
XYZ29.3646.3115.57-
YUV161.5283.6892.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=28.21%
G=50.88%
B=20.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112202830.4500.590.21105.3852.8955.88
Hex70CA532D03B15693538
Octal16031212355073251516570
Binary11100001100101010100111011010111011101011101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,83); }

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

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

 a { background-color: rgb(112,202,83); }

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

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

 span { border-color: rgb(112,202,83); }

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