#81CB6D

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

Shades of Mantis #81CB6D

Tints of Mantis #81CB6D

Color information

#81CB6D (or 0x81CB6D) is unknown color: approx Mantis. HEX triplet: 81, CB and 6D. RGB value is (129,203,109). Sum of RGB (Red+Green+Blue) = 129+203+109=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB6D is #7E3492. Grayscale: #AAAAAA. Windows color (decimal): -8270995 or 7195521. OLE color: 7195521.

HSL color Cylindrical-coordinate representation of color #81CB6D: hue angle of 107.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CB6D is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB129203109-
CMYK0.3600.460.20
HSL107.23º47.47%61.18%-
HSV(B)107.23º46.31%79.61%-
XYZ33.1748.4822.08-
YUV170.1693.4898.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.25%
GREEN value IS 203 (79.69% from 255) = 46.03%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=29.25%
G=46.03%
B=24.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292031090.3600.460.20107.2347.4761.18
Hex81CB6D2402E146b2f3d
Octal20131315544056241535775
Binary100000011100101111011011001000101110101001101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,203,109); }

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

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

 a { background-color: rgb(129,203,109); }

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

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

 span { border-color: rgb(129,203,109); }

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