Html Css Color HEX #81BC48 Mantis

📋 copy color: '#81BC48'

red 129 ◦ green 188 ◦ blue 72

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

Shades of Mantis #81BC48

Tints of Mantis #81BC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 33.16%
G = 48.33%
B = 18.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#81BC48 (or 0x81BC48) is known color: Mantis. HEX triplet: 81, BC and 48. RGB value is (129,188,72). Sum of RGB (Red+Green+Blue) = 129+188+72=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC48 is #7E43B7. Grayscale: #9D9D9D. Windows color (decimal): -8274872 or 4766849. OLE color: 4766849.

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

Color convert

RGB 129 188 72 -
CMYK 0.31 0 0.62 0.26
HSL 90.52º 0.46% 0.51% -
HSV(B) 90.52º 0.62% 0.74% -
XYZ 28.21 41.1 12.58 -
YUV 157.14 79.95 107.93 -
System Red Green Blue C M Y K H S L
Decimal 129 188 72 0.31 0 0.62 0.26 90.52 0.46 0.51
Hex 81 BC 48 1F 0 3E 1A 5B 2E 33
Octal 201 274 110 37 0 76 32 133 56 63
Binary 10000001 10111100 1001000 11111 0 111110 11010 1011011 101110 110011

Color Harmonies of #81BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC48

Black with #81BC48

Text Example


Text Example

White with #81BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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