#81CA69

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

Shades of Mantis #81CA69

Tints of Mantis #81CA69

Color information

#81CA69 (or 0x81CA69) is unknown color: approx Mantis. HEX triplet: 81, CA and 69. RGB value is (129,202,105). Sum of RGB (Red+Green+Blue) = 129+202+105=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA69 is #7E3596. Grayscale: #A9A9A9. Windows color (decimal): -8271255 or 6933121. OLE color: 6933121.

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

Color convert

RGB129202105-
CMYK0.3600.480.21
HSL105.15º47.78%60.2%-
HSV(B)105.15º48.02%79.22%-
XYZ32.7247.9320.89-
YUV169.1191.8299.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=29.59%
G=46.33%
B=24.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021050.3600.480.21105.1547.7860.2
Hex81CA69240301569303c
Octal20131215144060251516074
Binary100000011100101011010011001000110000101011101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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