Html Css Color HEX #81BA52 Mantis

📋 copy color: '#81BA52'

red 129 ◦ green 186 ◦ blue 82

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

Shades of Mantis #81BA52

Tints of Mantis #81BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 32.49%
G = 46.85%
B = 20.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#81BA52 (or 0x81BA52) is known color: Mantis. HEX triplet: 81, BA and 52. RGB value is (129,186,82). Sum of RGB (Red+Green+Blue) = 129+186+82=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA52 is #7E45AD. Grayscale: #9D9D9D. Windows color (decimal): -8275374 or 5421697. OLE color: 5421697.

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

Color convert

RGB 129 186 82 -
CMYK 0.31 0 0.56 0.27
HSL 92.88º 0.43% 0.53% -
HSV(B) 92.88º 0.56% 0.73% -
XYZ 28.14 40.39 14.3 -
YUV 157.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 129 186 82 0.31 0 0.56 0.27 92.88 0.43 0.53
Hex 81 BA 52 1F 0 38 1B 5D 2B 35
Octal 201 272 122 37 0 70 33 135 53 65
Binary 10000001 10111010 1010010 11111 0 111000 11011 1011101 101011 110101

Color Harmonies of #81BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA52

Black with #81BA52

Text Example


Text Example

White with #81BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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