Html Css Color HEX #81C342 Mantis

📋 copy color: '#81C342'

red 129 ◦ green 195 ◦ blue 66

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

Shades of Mantis #81C342

Tints of Mantis #81C342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 33.08%
G = 50%
B = 16.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#81C342 (or 0x81C342) is known color: Mantis. HEX triplet: 81, C3 and 42. RGB value is (129,195,66). Sum of RGB (Red+Green+Blue) = 129+195+66=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #81C342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C342 is #7E3CBD. Grayscale: #A1A1A1. Windows color (decimal): -8273086 or 4375425. OLE color: 4375425.

HSL color Cylindrical-coordinate representation of color #81C342: hue angle of 90.7º degrees, saturation: 0.52, 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 #81C342 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 195 66 -
CMYK 0.34 0 0.66 0.24
HSL 90.7º 0.52% 0.51% -
HSV(B) 90.7º 0.66% 0.76% -
XYZ 29.55 44.09 12.11 -
YUV 160.56 74.63 105.49 -
System Red Green Blue C M Y K H S L
Decimal 129 195 66 0.34 0 0.66 0.24 90.7 0.52 0.51
Hex 81 C3 42 22 0 42 18 5B 34 33
Octal 201 303 102 42 0 102 30 133 64 63
Binary 10000001 11000011 1000010 100010 0 1000010 11000 1011011 110100 110011

Color Harmonies of #81C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C342

Black with #81C342

Text Example


Text Example

White with #81C342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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