#81cd5b

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

Shades of Mantis #81CD5B

Tints of Mantis #81CD5B

Color information

#81CD5B (or 0x81CD5B) is unknown color: approx Mantis. HEX triplet: 81, CD and 5B. RGB value is (129,205,91). Sum of RGB (Red+Green+Blue) = 129+205+91=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD5B is #7E32A4. Grayscale: #A9A9A9. Windows color (decimal): -8270501 or 6016385. OLE color: 6016385.

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

Color convert

RGB12920591-
CMYK0.3700.560.20
HSL100º53.27%58.04%-
HSV(B)100º55.61%80.39%-
XYZ32.7749.0917.64-
YUV169.2883.8299.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 205 (80.47% from 255) = 48.24%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=30.35%
G=48.24%
B=21.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129205910.3700.560.2010053.2758.04
Hex81CD5B250381464353a
Octal20131513345070241446572
Binary100000011100110110110111001010111000101001100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81cd5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,205,91); }

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

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

 a { background-color: rgb(129,205,91); }

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

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

 span { border-color: rgb(129,205,91); }

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