Html Css Color HEX #81BD6D Mantis

📋 copy color: '#81BD6D'

red 129 ◦ green 189 ◦ blue 109

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

Shades of Mantis #81BD6D

Tints of Mantis #81BD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 30.21%
G = 44.26%
B = 25.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#81BD6D (or 0x81BD6D) is known color: Mantis. HEX triplet: 81, BD and 6D. RGB value is (129,189,109). Sum of RGB (Red+Green+Blue) = 129+189+109=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD6D is #7E4292. Grayscale: #A2A2A2. Windows color (decimal): -8274579 or 7191937. OLE color: 7191937.

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

Color convert

RGB 129 189 109 -
CMYK 0.32 0 0.42 0.26
HSL 105º 0.38% 0.58% -
HSV(B) 105º 0.42% 0.74% -
XYZ 30.01 42.17 21.03 -
YUV 161.94 98.12 104.5 -
System Red Green Blue C M Y K H S L
Decimal 129 189 109 0.32 0 0.42 0.26 105 0.38 0.58
Hex 81 BD 6D 20 0 2A 1A 69 26 3A
Octal 201 275 155 40 0 52 32 151 46 72
Binary 10000001 10111101 1101101 100000 0 101010 11010 1101001 100110 111010

Color Harmonies of #81BD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD6D

Black with #81BD6D

Text Example


Text Example

White with #81BD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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