#81D65A

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

Shades of Mantis #81D65A

Tints of Mantis #81D65A

Color information

#81D65A (or 0x81D65A) is unknown color: approx Mantis. HEX triplet: 81, D6 and 5A. RGB value is (129,214,90). Sum of RGB (Red+Green+Blue) = 129+214+90=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #81D65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D65A is #7E29A5. Grayscale: #AEAEAE. Windows color (decimal): -8268198 or 5953153. OLE color: 5953153.

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

Color convert

RGB12921490-
CMYK0.4000.580.16
HSL101.13º60.19%59.61%-
HSV(B)101.13º57.94%83.92%-
XYZ34.9553.518.16-
YUV174.4580.3495.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.79%
GREEN value IS 214 (83.98% from 255) = 49.42%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=29.79%
G=49.42%
B=20.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129214900.4000.580.16101.1360.1959.61
Hex81D65A2803A10653c3c
Octal20132613250072201457474
Binary100000011101011010110101010000111010100001100101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,214,90); }

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

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

 a { background-color: rgb(129,214,90); }

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

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

 span { border-color: rgb(129,214,90); }

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