Html Css Color HEX #81C360 Mantis

📋 copy color: '#81C360'

red 129 ◦ green 195 ◦ blue 96

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

Shades of Mantis #81C360

Tints of Mantis #81C360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 30.71%
G = 46.43%
B = 22.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#81C360 (or 0x81C360) is known color: Mantis. HEX triplet: 81, C3 and 60. RGB value is (129,195,96). Sum of RGB (Red+Green+Blue) = 129+195+96=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #81C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C360 is #7E3C9F. Grayscale: #A4A4A4. Windows color (decimal): -8273056 or 6341505. OLE color: 6341505.

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

Color convert

RGB 129 195 96 -
CMYK 0.34 0 0.51 0.24
HSL 100º 0.45% 0.57% -
HSV(B) 100º 0.51% 0.76% -
XYZ 30.68 44.54 18.05 -
YUV 163.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 129 195 96 0.34 0 0.51 0.24 100 0.45 0.57
Hex 81 C3 60 22 0 33 18 64 2D 39
Octal 201 303 140 42 0 63 30 144 55 71
Binary 10000001 11000011 1100000 100010 0 110011 11000 1100100 101101 111001

Color Harmonies of #81C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C360

Black with #81C360

Text Example


Text Example

White with #81C360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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