Html Css Color HEX #81BD6A Mantis

📋 copy color: '#81BD6A'

red 129 ◦ green 189 ◦ blue 106

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

Shades of Mantis #81BD6A

Tints of Mantis #81BD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 30.42%
G = 44.58%
B = 25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#81BD6A (or 0x81BD6A) is known color: Mantis. HEX triplet: 81, BD and 6A. RGB value is (129,189,106). Sum of RGB (Red+Green+Blue) = 129+189+106=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD6A is #7E4295. Grayscale: #A1A1A1. Windows color (decimal): -8274582 or 6995329. OLE color: 6995329.

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

Color convert

RGB 129 189 106 -
CMYK 0.32 0 0.44 0.26
HSL 103.37º 0.39% 0.58% -
HSV(B) 103.37º 0.44% 0.74% -
XYZ 29.85 42.1 20.19 -
YUV 161.6 96.62 104.75 -
System Red Green Blue C M Y K H S L
Decimal 129 189 106 0.32 0 0.44 0.26 103.37 0.39 0.58
Hex 81 BD 6A 20 0 2C 1A 67 27 3A
Octal 201 275 152 40 0 54 32 147 47 72
Binary 10000001 10111101 1101010 100000 0 101100 11010 1100111 100111 111010

Color Harmonies of #81BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD6A

Black with #81BD6A

Text Example


Text Example

White with #81BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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