#81DC4A

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

Shades of Mantis #81DC4A

Tints of Mantis #81DC4A

Color information

#81DC4A (or 0x81DC4A) is unknown color: approx Mantis. HEX triplet: 81, DC and 4A. RGB value is (129,220,74). Sum of RGB (Red+Green+Blue) = 129+220+74=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DC4A is #7E23B5. Grayscale: #B0B0B0. Windows color (decimal): -8266678 or 4906113. OLE color: 4906113.

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

Color convert

RGB12922074-
CMYK0.4100.660.14
HSL97.4º67.59%57.65%-
HSV(B)97.4º66.36%86.27%-
XYZ35.8856.3515.46-
YUV176.1570.3594.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 220 (86.33% from 255) = 52.01%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=30.50%
G=52.01%
B=17.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal129220740.4100.660.1497.467.5957.65
Hex81DC4A29042E61443a
Octal2013341125101021614110472
Binary1000000111011100100101010100101000010111011000011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,220,74); }

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

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

 a { background-color: rgb(129,220,74); }

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

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

 span { border-color: rgb(129,220,74); }

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