Html Css Color HEX #81BB71 Mantis

📋 copy color: '#81BB71'

red 129 ◦ green 187 ◦ blue 113

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

Shades of Mantis #81BB71

Tints of Mantis #81BB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.59%

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 30.07%
G = 43.59%
B = 26.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#81BB71 (or 0x81BB71) is known color: Mantis. HEX triplet: 81, BB and 71. RGB value is (129,187,113). Sum of RGB (Red+Green+Blue) = 129+187+113=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BB71 is #7E448E. Grayscale: #A1A1A1. Windows color (decimal): -8275087 or 7453569. OLE color: 7453569.

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

Color convert

RGB 129 187 113 -
CMYK 0.31 0 0.40 0.27
HSL 107.03º 0.35% 0.59% -
HSV(B) 107.03º 0.4% 0.73% -
XYZ 29.8 41.4 22.04 -
YUV 161.22 100.78 105.02 -
System Red Green Blue C M Y K H S L
Decimal 129 187 113 0.31 0 0.40 0.27 107.03 0.35 0.59
Hex 81 BB 71 1F 0 28 1B 6B 23 3B
Octal 201 273 161 37 0 50 33 153 43 73
Binary 10000001 10111011 1110001 11111 0 101000 11011 1101011 100011 111011

Color Harmonies of #81BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BB71

Black with #81BB71

Text Example


Text Example

White with #81BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,187,113); }

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

background-color css

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

 a { background-color: rgb(129,187,113); }

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

border-color css

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

 span { border-color: rgb(129,187,113); }

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