#81CD6C

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

Shades of Mantis #81CD6C

Tints of Mantis #81CD6C

Color information

#81CD6C (or 0x81CD6C) is unknown color: approx Mantis. HEX triplet: 81, CD and 6C. RGB value is (129,205,108). Sum of RGB (Red+Green+Blue) = 129+205+108=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD6C is #7E3293. Grayscale: #ABABAB. Windows color (decimal): -8270484 or 7130497. OLE color: 7130497.

HSL color Cylindrical-coordinate representation of color #81CD6C: hue angle of 107.01º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81CD6C is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB129205108-
CMYK0.3700.470.20
HSL107.01º49.24%61.37%-
HSV(B)107.01º47.32%80.39%-
XYZ33.5949.4121.95-
YUV171.2292.3297.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=29.19%
G=46.38%
B=24.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292051080.3700.470.20107.0149.2461.37
Hex81CD6C2502F146b313d
Octal20131515445057241536175
Binary100000011100110111011001001010101111101001101011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,205,108); }

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

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

 a { background-color: rgb(129,205,108); }

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

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

 span { border-color: rgb(129,205,108); }

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