Html Css Color HEX #81BA55 Mantis

📋 copy color: '#81BA55'

red 129 ◦ green 186 ◦ blue 85

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

Shades of Mantis #81BA55

Tints of Mantis #81BA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 32.25%
G = 46.5%
B = 21.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#81BA55 (or 0x81BA55) is known color: Mantis. HEX triplet: 81, BA and 55. RGB value is (129,186,85). Sum of RGB (Red+Green+Blue) = 129+186+85=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA55 is #7E45AA. Grayscale: #9D9D9D. Windows color (decimal): -8275371 or 5618305. OLE color: 5618305.

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

Color convert

RGB 129 186 85 -
CMYK 0.31 0 0.54 0.27
HSL 93.86º 0.42% 0.53% -
HSV(B) 93.86º 0.54% 0.73% -
XYZ 28.25 40.44 14.91 -
YUV 157.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 129 186 85 0.31 0 0.54 0.27 93.86 0.42 0.53
Hex 81 BA 55 1F 0 36 1B 5E 2A 35
Octal 201 272 125 37 0 66 33 136 52 65
Binary 10000001 10111010 1010101 11111 0 110110 11011 1011110 101010 110101

Color Harmonies of #81BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA55

Black with #81BA55

Text Example


Text Example

White with #81BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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