Html Css Color HEX #81BA73 Mantis

📋 copy color: '#81BA73'

red 129 ◦ green 186 ◦ blue 115

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

Shades of Mantis #81BA73

Tints of Mantis #81BA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 30%
G = 43.26%
B = 26.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#81BA73 (or 0x81BA73) is known color: Mantis. HEX triplet: 81, BA and 73. RGB value is (129,186,115). Sum of RGB (Red+Green+Blue) = 129+186+115=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA73 is #7E458C. Grayscale: #A1A1A1. Windows color (decimal): -8275341 or 7584385. OLE color: 7584385.

HSL color Cylindrical-coordinate representation of color #81BA73: hue angle of 108.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81BA73 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 186 115 -
CMYK 0.31 0 0.38 0.27
HSL 108.17º 0.34% 0.59% -
HSV(B) 108.17º 0.38% 0.73% -
XYZ 29.71 41.02 22.57 -
YUV 160.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 129 186 115 0.31 0 0.38 0.27 108.17 0.34 0.59
Hex 81 BA 73 1F 0 26 1B 6C 22 3B
Octal 201 272 163 37 0 46 33 154 42 73
Binary 10000001 10111010 1110011 11111 0 100110 11011 1101100 100010 111011

Color Harmonies of #81BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA73

Black with #81BA73

Text Example


Text Example

White with #81BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,186,115); }

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

background-color css

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

 a { background-color: rgb(129,186,115); }

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

border-color css

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

 span { border-color: rgb(129,186,115); }

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