Html Css Color HEX #81C156 Mantis

📋 copy color: '#81C156'

red 129 ◦ green 193 ◦ blue 86

#81C156
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #81C156

Tints of Mantis #81C156

RGB

 RED value IS 129 (50.78% from 255) = 31.62%

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 31.62%
G = 47.3%
B = 21.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#81C156 (or 0x81C156) is known color: Mantis. HEX triplet: 81, C1 and 56. RGB value is (129,193,86). Sum of RGB (Red+Green+Blue) = 129+193+86=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #81C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C156 is #7E3EA9. Grayscale: #A2A2A2. Windows color (decimal): -8273578 or 5685633. OLE color: 5685633.

HSL color Cylindrical-coordinate representation of color #81C156: hue angle of 95.89º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81C156 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 193 86 -
CMYK 0.33 0 0.55 0.24
HSL 95.89º 0.46% 0.55% -
HSV(B) 95.89º 0.55% 0.76% -
XYZ 29.8 43.48 15.63 -
YUV 161.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 129 193 86 0.33 0 0.55 0.24 95.89 0.46 0.55
Hex 81 C1 56 21 0 37 18 60 2E 37
Octal 201 301 126 41 0 67 30 140 56 67
Binary 10000001 11000001 1010110 100001 0 110111 11000 1100000 101110 110111

Color Harmonies of #81C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C156

Black with #81C156

Text Example


Text Example

White with #81C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,193,86); }

 H1.HeaderClassName
 {
   color: #81C156;
 }
 .AnyTagClassName
 {
   color: #81C156;
 }
</style>

background-color css

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

 a { background-color: rgb(129,193,86); }

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

border-color css

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

 span { border-color: rgb(129,193,86); }

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