Html Css Color HEX #81C14C Mantis

📋 copy color: '#81C14C'

red 129 ◦ green 193 ◦ blue 76

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

Shades of Mantis #81C14C

Tints of Mantis #81C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 32.41%
G = 48.49%
B = 19.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#81C14C (or 0x81C14C) is known color: Mantis. HEX triplet: 81, C1 and 4C. RGB value is (129,193,76). Sum of RGB (Red+Green+Blue) = 129+193+76=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #81C14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C14C is #7E3EB3. Grayscale: #A0A0A0. Windows color (decimal): -8273588 or 5030273. OLE color: 5030273.

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

Color convert

RGB 129 193 76 -
CMYK 0.33 0 0.61 0.24
HSL 92.82º 0.49% 0.53% -
HSV(B) 92.82º 0.61% 0.76% -
XYZ 29.43 43.33 13.65 -
YUV 160.53 80.3 105.51 -
System Red Green Blue C M Y K H S L
Decimal 129 193 76 0.33 0 0.61 0.24 92.82 0.49 0.53
Hex 81 C1 4C 21 0 3D 18 5D 31 35
Octal 201 301 114 41 0 75 30 135 61 65
Binary 10000001 11000001 1001100 100001 0 111101 11000 1011101 110001 110101

Color Harmonies of #81C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C14C

Black with #81C14C

Text Example


Text Example

White with #81C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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