#81CB57

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

Shades of Mantis #81CB57

Tints of Mantis #81CB57

Color information

#81CB57 (or 0x81CB57) is unknown color: approx Mantis. HEX triplet: 81, CB and 57. RGB value is (129,203,87). Sum of RGB (Red+Green+Blue) = 129+203+87=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB57 is #7E34A8. Grayscale: #A8A8A8. Windows color (decimal): -8271017 or 5753729. OLE color: 5753729.

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

Color convert

RGB12920387-
CMYK0.3600.570.20
HSL98.28º52.73%56.86%-
HSV(B)98.28º57.14%79.61%-
XYZ32.1348.0716.6-
YUV167.6582.48100.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 203 (79.69% from 255) = 48.45%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=30.79%
G=48.45%
B=20.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129203870.3600.570.2098.2852.7356.86
Hex81CB572403914623539
Octal20131312744071241426571
Binary100000011100101110101111001000111001101001100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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