Html Css Color HEX #81B368 Mantis

📋 copy color: '#81B368'

red 129 ◦ green 179 ◦ blue 104

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

Shades of Mantis #81B368

Tints of Mantis #81B368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

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

R = 31.31%
G = 43.45%
B = 25.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#81B368 (or 0x81B368) is known color: Mantis. HEX triplet: 81, B3 and 68. RGB value is (129,179,104). Sum of RGB (Red+Green+Blue) = 129+179+104=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #81B368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B368 is #7E4C97. Grayscale: #9B9B9B. Windows color (decimal): -8277144 or 6861697. OLE color: 6861697.

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

Color convert

RGB 129 179 104 -
CMYK 0.28 0 0.42 0.30
HSL 100º 0.33% 0.55% -
HSV(B) 100º 0.42% 0.7% -
XYZ 27.67 37.91 18.95 -
YUV 155.5 98.94 109.1 -
System Red Green Blue C M Y K H S L
Decimal 129 179 104 0.28 0 0.42 0.30 100 0.33 0.55
Hex 81 B3 68 1C 0 2A 1E 64 21 37
Octal 201 263 150 34 0 52 36 144 41 67
Binary 10000001 10110011 1101000 11100 0 101010 11110 1100100 100001 110111

Color Harmonies of #81B368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B368

Black with #81B368

Text Example


Text Example

White with #81B368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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