#81CA67

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

Shades of Mantis #81CA67

Tints of Mantis #81CA67

Color information

#81CA67 (or 0x81CA67) is unknown color: approx Mantis. HEX triplet: 81, CA and 67. RGB value is (129,202,103). Sum of RGB (Red+Green+Blue) = 129+202+103=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA67 is #7E3598. Grayscale: #A9A9A9. Windows color (decimal): -8271257 or 6802049. OLE color: 6802049.

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

Color convert

RGB129202103-
CMYK0.3600.490.21
HSL104.24º48.29%59.8%-
HSV(B)104.24º49.01%79.22%-
XYZ32.6247.8920.36-
YUV168.8990.8299.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.72%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=29.72%
G=46.54%
B=23.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021030.3600.490.21104.2448.2959.8
Hex81CA67240311568303c
Octal20131214744061251506074
Binary100000011100101011001111001000110001101011101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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