Html Css Color HEX #81BF72 Mantis

📋 copy color: '#81BF72'

red 129 ◦ green 191 ◦ blue 114

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

Shades of Mantis #81BF72

Tints of Mantis #81BF72

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

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

R = 29.72%
G = 44.01%
B = 26.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#81BF72 (or 0x81BF72) is known color: Mantis. HEX triplet: 81, BF and 72. RGB value is (129,191,114). Sum of RGB (Red+Green+Blue) = 129+191+114=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF72 is #7E408D. Grayscale: #A3A3A3. Windows color (decimal): -8274062 or 7520129. OLE color: 7520129.

HSL color Cylindrical-coordinate representation of color #81BF72: hue angle of 108.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81BF72 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 191 114 -
CMYK 0.32 0 0.40 0.25
HSL 108.31º 0.38% 0.6% -
HSV(B) 108.31º 0.4% 0.75% -
XYZ 30.72 43.14 22.63 -
YUV 163.68 99.96 103.26 -
System Red Green Blue C M Y K H S L
Decimal 129 191 114 0.32 0 0.40 0.25 108.31 0.38 0.6
Hex 81 BF 72 20 0 28 19 6C 26 3C
Octal 201 277 162 40 0 50 31 154 46 74
Binary 10000001 10111111 1110010 100000 0 101000 11001 1101100 100110 111100

Color Harmonies of #81BF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF72

Black with #81BF72

Text Example


Text Example

White with #81BF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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