Html Css Color HEX #81BC72 Mantis

📋 copy color: '#81BC72'

red 129 ◦ green 188 ◦ blue 114

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

Shades of Mantis #81BC72

Tints of Mantis #81BC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 29.93%
G = 43.62%
B = 26.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#81BC72 (or 0x81BC72) is known color: Mantis. HEX triplet: 81, BC and 72. RGB value is (129,188,114). Sum of RGB (Red+Green+Blue) = 129+188+114=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC72 is #7E438D. Grayscale: #A2A2A2. Windows color (decimal): -8274830 or 7519361. OLE color: 7519361.

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

Color convert

RGB 129 188 114 -
CMYK 0.31 0 0.39 0.26
HSL 107.84º 0.36% 0.59% -
HSV(B) 107.84º 0.39% 0.74% -
XYZ 30.07 41.85 22.41 -
YUV 161.92 100.95 104.52 -
System Red Green Blue C M Y K H S L
Decimal 129 188 114 0.31 0 0.39 0.26 107.84 0.36 0.59
Hex 81 BC 72 1F 0 27 1A 6C 24 3B
Octal 201 274 162 37 0 47 32 154 44 73
Binary 10000001 10111100 1110010 11111 0 100111 11010 1101100 100100 111011

Color Harmonies of #81BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC72

Black with #81BC72

Text Example


Text Example

White with #81BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,188,114); }

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

background-color css

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

 a { background-color: rgb(129,188,114); }

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

border-color css

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

 span { border-color: rgb(129,188,114); }

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