Html Css Color HEX #81C341 Mantis

📋 copy color: '#81C341'

red 129 ◦ green 195 ◦ blue 65

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

Shades of Mantis #81C341

Tints of Mantis #81C341

RGB

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

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

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

R = 33.16%
G = 50.13%
B = 16.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#81C341 (or 0x81C341) is known color: Mantis. HEX triplet: 81, C3 and 41. RGB value is (129,195,65). Sum of RGB (Red+Green+Blue) = 129+195+65=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #81C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C341 is #7E3CBE. Grayscale: #A0A0A0. Windows color (decimal): -8273087 or 4309889. OLE color: 4309889.

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

Color convert

RGB 129 195 65 -
CMYK 0.34 0 0.67 0.24
HSL 90.46º 0.52% 0.51% -
HSV(B) 90.46º 0.67% 0.76% -
XYZ 29.52 44.08 11.95 -
YUV 160.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 129 195 65 0.34 0 0.67 0.24 90.46 0.52 0.51
Hex 81 C3 41 22 0 43 18 5A 34 33
Octal 201 303 101 42 0 103 30 132 64 63
Binary 10000001 11000011 1000001 100010 0 1000011 11000 1011010 110100 110011

Color Harmonies of #81C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C341

Black with #81C341

Text Example


Text Example

White with #81C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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