#81DB46

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

Shades of Mantis #81DB46

Tints of Mantis #81DB46

Color information

#81DB46 (or 0x81DB46) is unknown color: approx Mantis. HEX triplet: 81, DB and 46. RGB value is (129,219,70). Sum of RGB (Red+Green+Blue) = 129+219+70=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DB46 is #7E24B9. Grayscale: #AFAFAF. Windows color (decimal): -8266938 or 4643713. OLE color: 4643713.

HSL color Cylindrical-coordinate representation of color #81DB46: hue angle of 96.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81DB46 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB12921970-
CMYK0.4100.680.14
HSL96.24º67.42%56.67%-
HSV(B)96.24º68.04%85.88%-
XYZ35.4955.7714.69-
YUV175.168.6895.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 219 (85.94% from 255) = 52.39%
BLUE value IS 70 (27.73% from 255) = 16.75%
R=30.86%
G=52.39%
B=16.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal129219700.4100.680.1496.2467.4256.67
Hex81DB4629044E604339
Octal2013331065101041614010371
Binary1000000111011011100011010100101000100111011000001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,219,70); }

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

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

 a { background-color: rgb(129,219,70); }

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

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

 span { border-color: rgb(129,219,70); }

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