Html Css Color HEX #81C056 Mantis

📋 copy color: '#81C056'

red 129 ◦ green 192 ◦ blue 86

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

Shades of Mantis #81C056

Tints of Mantis #81C056

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

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

R = 31.7%
G = 47.17%
B = 21.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#81C056 (or 0x81C056) is known color: Mantis. HEX triplet: 81, C0 and 56. RGB value is (129,192,86). Sum of RGB (Red+Green+Blue) = 129+192+86=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #81C056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C056 is #7E3FA9. Grayscale: #A1A1A1. Windows color (decimal): -8273834 or 5685377. OLE color: 5685377.

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

Color convert

RGB 129 192 86 -
CMYK 0.33 0 0.55 0.25
HSL 95.66º 0.46% 0.55% -
HSV(B) 95.66º 0.55% 0.75% -
XYZ 29.58 43.04 15.55 -
YUV 161.08 85.63 105.12 -
System Red Green Blue C M Y K H S L
Decimal 129 192 86 0.33 0 0.55 0.25 95.66 0.46 0.55
Hex 81 C0 56 21 0 37 19 60 2E 37
Octal 201 300 126 41 0 67 31 140 56 67
Binary 10000001 11000000 1010110 100001 0 110111 11001 1100000 101110 110111

Color Harmonies of #81C056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C056

Black with #81C056

Text Example


Text Example

White with #81C056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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