Html Css Color HEX #81BC49 Mantis

📋 copy color: '#81BC49'

red 129 ◦ green 188 ◦ blue 73

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

Shades of Mantis #81BC49

Tints of Mantis #81BC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.72%

R = 33.08%
G = 48.21%
B = 18.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#81BC49 (or 0x81BC49) is known color: Mantis. HEX triplet: 81, BC and 49. RGB value is (129,188,73). Sum of RGB (Red+Green+Blue) = 129+188+73=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC49 is #7E43B6. Grayscale: #9D9D9D. Windows color (decimal): -8274871 or 4832385. OLE color: 4832385.

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

Color convert

RGB 129 188 73 -
CMYK 0.31 0 0.61 0.26
HSL 90.78º 0.46% 0.51% -
HSV(B) 90.78º 0.61% 0.74% -
XYZ 28.24 41.11 12.75 -
YUV 157.25 80.45 107.85 -
System Red Green Blue C M Y K H S L
Decimal 129 188 73 0.31 0 0.61 0.26 90.78 0.46 0.51
Hex 81 BC 49 1F 0 3D 1A 5B 2E 33
Octal 201 274 111 37 0 75 32 133 56 63
Binary 10000001 10111100 1001001 11111 0 111101 11010 1011011 101110 110011

Color Harmonies of #81BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC49

Black with #81BC49

Text Example


Text Example

White with #81BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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