Html Css Color HEX #81B968 Mantis

📋 copy color: '#81B968'

red 129 ◦ green 185 ◦ blue 104

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

Shades of Mantis #81B968

Tints of Mantis #81B968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 30.86%
G = 44.26%
B = 24.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#81B968 (or 0x81B968) is known color: Mantis. HEX triplet: 81, B9 and 68. RGB value is (129,185,104). Sum of RGB (Red+Green+Blue) = 129+185+104=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #81B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B968 is #7E4697. Grayscale: #9F9F9F. Windows color (decimal): -8275608 or 6863233. OLE color: 6863233.

HSL color Cylindrical-coordinate representation of color #81B968: hue angle of 101.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81B968 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 185 104 -
CMYK 0.30 0 0.44 0.27
HSL 101.48º 0.37% 0.57% -
HSV(B) 101.48º 0.44% 0.73% -
XYZ 28.9 40.36 19.36 -
YUV 159.02 96.95 106.59 -
System Red Green Blue C M Y K H S L
Decimal 129 185 104 0.30 0 0.44 0.27 101.48 0.37 0.57
Hex 81 B9 68 1E 0 2C 1B 65 25 39
Octal 201 271 150 36 0 54 33 145 45 71
Binary 10000001 10111001 1101000 11110 0 101100 11011 1100101 100101 111001

Color Harmonies of #81B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B968

Black with #81B968

Text Example


Text Example

White with #81B968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,185,104); }

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

background-color css

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

 a { background-color: rgb(129,185,104); }

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

border-color css

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

 span { border-color: rgb(129,185,104); }

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