Html Css Color HEX #81C346 Mantis

📋 copy color: '#81C346'

red 129 ◦ green 195 ◦ blue 70

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

Shades of Mantis #81C346

Tints of Mantis #81C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.49%

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 32.74%
G = 49.49%
B = 17.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#81C346 (or 0x81C346) is known color: Mantis. HEX triplet: 81, C3 and 46. RGB value is (129,195,70). Sum of RGB (Red+Green+Blue) = 129+195+70=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #81C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C346 is #7E3CB9. Grayscale: #A1A1A1. Windows color (decimal): -8273082 or 4637569. OLE color: 4637569.

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

Color convert

RGB 129 195 70 -
CMYK 0.34 0 0.64 0.24
HSL 91.68º 0.51% 0.52% -
HSV(B) 91.68º 0.64% 0.76% -
XYZ 29.67 44.14 12.75 -
YUV 161.02 76.63 105.16 -
System Red Green Blue C M Y K H S L
Decimal 129 195 70 0.34 0 0.64 0.24 91.68 0.51 0.52
Hex 81 C3 46 22 0 40 18 5C 33 34
Octal 201 303 106 42 0 100 30 134 63 64
Binary 10000001 11000011 1000110 100010 0 1000000 11000 1011100 110011 110100

Color Harmonies of #81C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C346

Black with #81C346

Text Example


Text Example

White with #81C346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,195,70); }

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

background-color css

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

 a { background-color: rgb(129,195,70); }

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

border-color css

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

 span { border-color: rgb(129,195,70); }

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