Html Css Color HEX #81C141 Mantis

📋 copy color: '#81C141'

red 129 ◦ green 193 ◦ blue 65

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

Shades of Mantis #81C141

Tints of Mantis #81C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.87%

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 33.33%
G = 49.87%
B = 16.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#81C141 (or 0x81C141) is known color: Mantis. HEX triplet: 81, C1 and 41. RGB value is (129,193,65). Sum of RGB (Red+Green+Blue) = 129+193+65=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #81C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C141 is #7E3EBE. Grayscale: #9F9F9F. Windows color (decimal): -8273599 or 4309377. OLE color: 4309377.

HSL color Cylindrical-coordinate representation of color #81C141: hue angle of 90º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81C141 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 193 65 -
CMYK 0.33 0 0.66 0.24
HSL 90º 0.51% 0.51% -
HSV(B) 90º 0.66% 0.76% -
XYZ 29.08 43.19 11.8 -
YUV 159.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 129 193 65 0.33 0 0.66 0.24 90 0.51 0.51
Hex 81 C1 41 21 0 42 18 5A 33 33
Octal 201 301 101 41 0 102 30 132 63 63
Binary 10000001 11000001 1000001 100001 0 1000010 11000 1011010 110011 110011

Color Harmonies of #81C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C141

Black with #81C141

Text Example


Text Example

White with #81C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,193,65); }

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

background-color css

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

 a { background-color: rgb(129,193,65); }

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

border-color css

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

 span { border-color: rgb(129,193,65); }

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