Html Css Color HEX #81C14D Mantis

📋 copy color: '#81C14D'

red 129 ◦ green 193 ◦ blue 77

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

Shades of Mantis #81C14D

Tints of Mantis #81C14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.3%

R = 32.33%
G = 48.37%
B = 19.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#81C14D (or 0x81C14D) is known color: Mantis. HEX triplet: 81, C1 and 4D. RGB value is (129,193,77). Sum of RGB (Red+Green+Blue) = 129+193+77=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #81C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C14D is #7E3EB2. Grayscale: #A1A1A1. Windows color (decimal): -8273587 or 5095809. OLE color: 5095809.

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

Color convert

RGB 129 193 77 -
CMYK 0.33 0 0.60 0.24
HSL 93.1º 0.48% 0.53% -
HSV(B) 93.1º 0.6% 0.76% -
XYZ 29.46 43.34 13.83 -
YUV 160.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 129 193 77 0.33 0 0.60 0.24 93.1 0.48 0.53
Hex 81 C1 4D 21 0 3C 18 5D 30 35
Octal 201 301 115 41 0 74 30 135 60 65
Binary 10000001 11000001 1001101 100001 0 111100 11000 1011101 110000 110101

Color Harmonies of #81C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C14D

Black with #81C14D

Text Example


Text Example

White with #81C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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