Html Css Color HEX #81BA50 Mantis

📋 copy color: '#81BA50'

red 129 ◦ green 186 ◦ blue 80

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

Shades of Mantis #81BA50

Tints of Mantis #81BA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 32.66%
G = 47.09%
B = 20.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#81BA50 (or 0x81BA50) is known color: Mantis. HEX triplet: 81, BA and 50. RGB value is (129,186,80). Sum of RGB (Red+Green+Blue) = 129+186+80=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA50 is #7E45AF. Grayscale: #9D9D9D. Windows color (decimal): -8275376 or 5290625. OLE color: 5290625.

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

Color convert

RGB 129 186 80 -
CMYK 0.31 0 0.57 0.27
HSL 92.26º 0.43% 0.52% -
HSV(B) 92.26º 0.57% 0.73% -
XYZ 28.06 40.36 13.9 -
YUV 156.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 129 186 80 0.31 0 0.57 0.27 92.26 0.43 0.52
Hex 81 BA 50 1F 0 39 1B 5C 2B 34
Octal 201 272 120 37 0 71 33 134 53 64
Binary 10000001 10111010 1010000 11111 0 111001 11011 1011100 101011 110100

Color Harmonies of #81BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA50

Black with #81BA50

Text Example


Text Example

White with #81BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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