#81D05C

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

Shades of Mantis #81D05C

Tints of Mantis #81D05C

Color information

#81D05C (or 0x81D05C) is unknown color: approx Mantis. HEX triplet: 81, D0 and 5C. RGB value is (129,208,92). Sum of RGB (Red+Green+Blue) = 129+208+92=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #81D05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D05C is #7E2FA3. Grayscale: #ABABAB. Windows color (decimal): -8269732 or 6082689. OLE color: 6082689.

HSL color Cylindrical-coordinate representation of color #81D05C: hue angle of 100.86º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81D05C is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB12920892-
CMYK0.3800.560.18
HSL100.86º55.24%58.82%-
HSV(B)100.86º55.77%81.57%-
XYZ33.5450.5518.11-
YUV171.1583.3397.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=30.07%
G=48.48%
B=21.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal129208920.3800.560.18100.8655.2458.82
Hex81D05C260381265373b
Octal20132013446070221456773
Binary100000011101000010111001001100111000100101100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,208,92); }

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

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

 a { background-color: rgb(129,208,92); }

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

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

 span { border-color: rgb(129,208,92); }

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