#81D75D

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

Shades of Mantis #81D75D

Tints of Mantis #81D75D

Color information

#81D75D (or 0x81D75D) is unknown color: approx Mantis. HEX triplet: 81, D7 and 5D. RGB value is (129,215,93). Sum of RGB (Red+Green+Blue) = 129+215+93=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #81D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D75D is #7E28A2. Grayscale: #AFAFAF. Windows color (decimal): -8267939 or 6150017. OLE color: 6150017.

HSL color Cylindrical-coordinate representation of color #81D75D: hue angle of 102.3º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81D75D is Cyan = 0.4, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB12921593-
CMYK0.400.570.16
HSL102.3º60.4%60.39%-
HSV(B)102.3º56.74%84.31%-
XYZ35.3354.0618.93-
YUV175.3881.5194.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 215 (84.38% from 255) = 49.20%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=29.52%
G=49.20%
B=21.28%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129215930.400.570.16102.360.460.39
Hex81D75D2803910663c3c
Octal20132713550071201467474
Binary100000011101011110111011010000111001100001100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,215,93); }

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

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

 a { background-color: rgb(129,215,93); }

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

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

 span { border-color: rgb(129,215,93); }

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