#81CA70

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

Shades of Mantis #81CA70

Tints of Mantis #81CA70

Color information

#81CA70 (or 0x81CA70) is unknown color: approx Mantis. HEX triplet: 81, CA and 70. RGB value is (129,202,112). Sum of RGB (Red+Green+Blue) = 129+202+112=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA70 is #7E358F. Grayscale: #AAAAAA. Windows color (decimal): -8271248 or 7391873. OLE color: 7391873.

HSL color Cylindrical-coordinate representation of color #81CA70: hue angle of 108.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CA70 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB129202112-
CMYK0.3600.450.21
HSL108.67º45.92%61.57%-
HSV(B)108.67º44.55%79.22%-
XYZ33.148.0822.86-
YUV169.9195.3298.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=29.12%
G=45.60%
B=25.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021120.3600.450.21108.6745.9261.57
Hex81CA702402D156d2e3e
Octal20131216044055251555676
Binary100000011100101011100001001000101101101011101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81CA70; }

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

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

<style>
 a { background-color: #81CA70; }

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

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

<style>
 span { border-color: #81CA70; }

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

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