Html Css Color HEX #81BD4D Mantis

📋 copy color: '#81BD4D'

red 129 ◦ green 189 ◦ blue 77

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

Shades of Mantis #81BD4D

Tints of Mantis #81BD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 32.66%
G = 47.85%
B = 19.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#81BD4D (or 0x81BD4D) is known color: Mantis. HEX triplet: 81, BD and 4D. RGB value is (129,189,77). Sum of RGB (Red+Green+Blue) = 129+189+77=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD4D is #7E42B2. Grayscale: #9E9E9E. Windows color (decimal): -8274611 or 5094785. OLE color: 5094785.

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

Color convert

RGB 129 189 77 -
CMYK 0.32 0 0.59 0.26
HSL 92.14º 0.46% 0.52% -
HSV(B) 92.14º 0.59% 0.74% -
XYZ 28.59 41.6 13.54 -
YUV 158.29 82.12 107.11 -
System Red Green Blue C M Y K H S L
Decimal 129 189 77 0.32 0 0.59 0.26 92.14 0.46 0.52
Hex 81 BD 4D 20 0 3B 1A 5C 2E 34
Octal 201 275 115 40 0 73 32 134 56 64
Binary 10000001 10111101 1001101 100000 0 111011 11010 1011100 101110 110100

Color Harmonies of #81BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD4D

Black with #81BD4D

Text Example


Text Example

White with #81BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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