#81CF51

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

Shades of Mantis #81CF51

Tints of Mantis #81CF51

Color information

#81CF51 (or 0x81CF51) is unknown color: approx Mantis. HEX triplet: 81, CF and 51. RGB value is (129,207,81). Sum of RGB (Red+Green+Blue) = 129+207+81=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF51 is #7E30AE. Grayscale: #A9A9A9. Windows color (decimal): -8269999 or 5361537. OLE color: 5361537.

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

Color convert

RGB12920781-
CMYK0.3800.610.19
HSL97.14º56.76%56.47%-
HSV(B)97.14º60.87%81.18%-
XYZ32.8549.8915.68-
YUV169.3178.1699.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 207 (81.25% from 255) = 49.64%
BLUE value IS 81 (32.03% from 255) = 19.42%
R=30.94%
G=49.64%
B=19.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129207810.3800.610.1997.1456.7656.47
Hex81CF512603D13613938
Octal20131712146075231417170
Binary100000011100111110100011001100111101100111100001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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