Html Css Color HEX #81BA53 Mantis

📋 copy color: '#81BA53'

red 129 ◦ green 186 ◦ blue 83

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

Shades of Mantis #81BA53

Tints of Mantis #81BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.85%

R = 32.41%
G = 46.73%
B = 20.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#81BA53 (or 0x81BA53) is known color: Mantis. HEX triplet: 81, BA and 53. RGB value is (129,186,83). Sum of RGB (Red+Green+Blue) = 129+186+83=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA53 is #7E45AC. Grayscale: #9D9D9D. Windows color (decimal): -8275373 or 5487233. OLE color: 5487233.

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

Color convert

RGB 129 186 83 -
CMYK 0.31 0 0.55 0.27
HSL 93.2º 0.43% 0.53% -
HSV(B) 93.2º 0.55% 0.73% -
XYZ 28.17 40.41 14.5 -
YUV 157.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 129 186 83 0.31 0 0.55 0.27 93.2 0.43 0.53
Hex 81 BA 53 1F 0 37 1B 5D 2B 35
Octal 201 272 123 37 0 67 33 135 53 65
Binary 10000001 10111010 1010011 11111 0 110111 11011 1011101 101011 110101

Color Harmonies of #81BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA53

Black with #81BA53

Text Example


Text Example

White with #81BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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