#81C650

Color #81C650 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #81C650

Tints of Mantis #81C650

Color information

#81C650 (or 0x81C650) is unknown color: approx Mantis. HEX triplet: 81, C6 and 50. RGB value is (129,198,80). Sum of RGB (Red+Green+Blue) = 129+198+80=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #81C650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C650 is #7E39AF. Grayscale: #A4A4A4. Windows color (decimal): -8272304 or 5293697. OLE color: 5293697.

HSL color Cylindrical-coordinate representation of color #81C650: hue angle of 95.08º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81C650 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB12919880-
CMYK0.3500.600.22
HSL95.08º50.86%54.51%-
HSV(B)95.08º59.6%77.65%-
XYZ30.745.6314.78-
YUV163.9280.64103.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 198 (77.73% from 255) = 48.65%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=31.70%
G=48.65%
B=19.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129198800.3500.600.2295.0850.8654.51
Hex81C6502303C165f3337
Octal20130612043074261376367
Binary100000011100011010100001000110111100101101011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,198,80); }

 H1.HeaderClassName
 {
   color: #81C650;
 }
 .AnyTagClassName
 {
   color: #81C650;
 }
</style>
background-color css

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

 a { background-color: rgb(129,198,80); }

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

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

 span { border-color: rgb(129,198,80); }

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