#70CD52

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

Shades of Mantis #70CD52

Tints of Mantis #70CD52

Color information

#70CD52 (or 0x70CD52) is unknown color: approx Mantis. HEX triplet: 70, CD and 52. RGB value is (112,205,82). Sum of RGB (Red+Green+Blue) = 112+205+82=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD52 is #8F32AD. Grayscale: #A3A3A3. Windows color (decimal): -9384622 or 5426544. OLE color: 5426544.

HSL color Cylindrical-coordinate representation of color #70CD52: hue angle of 105.37º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70CD52 is Cyan = 0.45, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB11220582-
CMYK0.4500.60.20
HSL105.37º55.16%56.27%-
HSV(B)105.37º60%80.39%-
XYZ30.0447.7215.61-
YUV163.1782.1991.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 205 (80.47% from 255) = 51.38%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=28.07%
G=51.38%
B=20.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112205820.4500.60.20105.3755.1656.27
Hex70CD522D03C14693738
Octal16031512255074241516770
Binary11100001100110110100101011010111100101001101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,82); }

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

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

 a { background-color: rgb(112,205,82); }

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

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

 span { border-color: rgb(112,205,82); }

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