#81CF46

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

Shades of Mantis #81CF46

Tints of Mantis #81CF46

Color information

#81CF46 (or 0x81CF46) is unknown color: approx Mantis. HEX triplet: 81, CF and 46. RGB value is (129,207,70). Sum of RGB (Red+Green+Blue) = 129+207+70=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CF46 is #7E30B9. Grayscale: #A8A8A8. Windows color (decimal): -8270010 or 4640641. OLE color: 4640641.

HSL color Cylindrical-coordinate representation of color #81CF46: hue angle of 94.16º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81CF46 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB12920770-
CMYK0.3800.660.19
HSL94.16º58.8%54.31%-
HSV(B)94.16º66.18%81.18%-
XYZ32.4749.7313.68-
YUV168.0672.66100.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=31.77%
G=50.99%
B=17.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129207700.3800.660.1994.1658.854.31
Hex81CF4626042135e3b36
Octal201317106460102231367366
Binary1000000111001111100011010011001000010100111011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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