Html Css Color HEX #81B74D Mantis

📋 copy color: '#81B74D'

red 129 ◦ green 183 ◦ blue 77

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

Shades of Mantis #81B74D

Tints of Mantis #81B74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.04%

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

R = 33.16%
G = 47.04%
B = 19.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#81B74D (or 0x81B74D) is known color: Mantis. HEX triplet: 81, B7 and 4D. RGB value is (129,183,77). Sum of RGB (Red+Green+Blue) = 129+183+77=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #81B74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B74D is #7E48B2. Grayscale: #9B9B9B. Windows color (decimal): -8276147 or 5093249. OLE color: 5093249.

HSL color Cylindrical-coordinate representation of color #81B74D: hue angle of 90.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81B74D is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 183 77 -
CMYK 0.30 0 0.58 0.28
HSL 90.57º 0.42% 0.51% -
HSV(B) 90.57º 0.58% 0.72% -
XYZ 27.33 39.07 13.12 -
YUV 154.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 129 183 77 0.30 0 0.58 0.28 90.57 0.42 0.51
Hex 81 B7 4D 1E 0 3A 1C 5B 2A 33
Octal 201 267 115 36 0 72 34 133 52 63
Binary 10000001 10110111 1001101 11110 0 111010 11100 1011011 101010 110011

Color Harmonies of #81B74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B74D

Black with #81B74D

Text Example


Text Example

White with #81B74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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