Html Css Color HEX #81BC60 Mantis

📋 copy color: '#81BC60'

red 129 ◦ green 188 ◦ blue 96

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

Shades of Mantis #81BC60

Tints of Mantis #81BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

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

R = 31.23%
G = 45.52%
B = 23.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#81BC60 (or 0x81BC60) is known color: Mantis. HEX triplet: 81, BC and 60. RGB value is (129,188,96). Sum of RGB (Red+Green+Blue) = 129+188+96=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC60 is #7E439F. Grayscale: #A0A0A0. Windows color (decimal): -8274848 or 6339713. OLE color: 6339713.

HSL color Cylindrical-coordinate representation of color #81BC60: hue angle of 98.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BC60 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 188 96 -
CMYK 0.31 0 0.49 0.26
HSL 98.48º 0.41% 0.56% -
HSV(B) 98.48º 0.49% 0.74% -
XYZ 29.15 41.48 17.54 -
YUV 159.87 91.95 105.98 -
System Red Green Blue C M Y K H S L
Decimal 129 188 96 0.31 0 0.49 0.26 98.48 0.41 0.56
Hex 81 BC 60 1F 0 31 1A 62 29 38
Octal 201 274 140 37 0 61 32 142 51 70
Binary 10000001 10111100 1100000 11111 0 110001 11010 1100010 101001 111000

Color Harmonies of #81BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC60

Black with #81BC60

Text Example


Text Example

White with #81BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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