Html Css Color HEX #81BD73 Mantis

📋 copy color: '#81BD73'

red 129 ◦ green 189 ◦ blue 115

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

Shades of Mantis #81BD73

Tints of Mantis #81BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 115 (45.31% from 255) = 26.56%

R = 29.79%
G = 43.65%
B = 26.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#81BD73 (or 0x81BD73) is known color: Mantis. HEX triplet: 81, BD and 73. RGB value is (129,189,115). Sum of RGB (Red+Green+Blue) = 129+189+115=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD73 is #7E428C. Grayscale: #A2A2A2. Windows color (decimal): -8274573 or 7585153. OLE color: 7585153.

HSL color Cylindrical-coordinate representation of color #81BD73: hue angle of 108.65º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81BD73 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 189 115 -
CMYK 0.32 0 0.39 0.26
HSL 108.65º 0.36% 0.6% -
HSV(B) 108.65º 0.39% 0.74% -
XYZ 30.35 42.3 22.79 -
YUV 162.62 101.12 104.02 -
System Red Green Blue C M Y K H S L
Decimal 129 189 115 0.32 0 0.39 0.26 108.65 0.36 0.6
Hex 81 BD 73 20 0 27 1A 6D 24 3C
Octal 201 275 163 40 0 47 32 155 44 74
Binary 10000001 10111101 1110011 100000 0 100111 11010 1101101 100100 111100

Color Harmonies of #81BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD73

Black with #81BD73

Text Example


Text Example

White with #81BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,189,115); }

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

background-color css

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

 a { background-color: rgb(129,189,115); }

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

border-color css

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

 span { border-color: rgb(129,189,115); }

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