#81CE42

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

Shades of Mantis #81CE42

Tints of Mantis #81CE42

Color information

#81CE42 (or 0x81CE42) is unknown color: approx Mantis. HEX triplet: 81, CE and 42. RGB value is (129,206,66). Sum of RGB (Red+Green+Blue) = 129+206+66=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CE42 is #7E31BD. Grayscale: #A7A7A7. Windows color (decimal): -8270270 or 4378241. OLE color: 4378241.

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

Color convert

RGB12920666-
CMYK0.3700.680.19
HSL93º58.82%53.33%-
HSV(B)93º67.96%80.78%-
XYZ32.1149.212.96-
YUV167.0270.99100.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 206 (80.86% from 255) = 51.37%
BLUE value IS 66 (26.17% from 255) = 16.46%
R=32.17%
G=51.37%
B=16.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129206660.3700.680.199358.8253.33
Hex81CE4225044135d3b35
Octal201316102450104231357365
Binary1000000111001110100001010010101000100100111011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,206,66); }

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

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

 a { background-color: rgb(129,206,66); }

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

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

 span { border-color: rgb(129,206,66); }

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