#81CD69

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

Shades of Mantis #81CD69

Tints of Mantis #81CD69

Color information

#81CD69 (or 0x81CD69) is unknown color: approx Mantis. HEX triplet: 81, CD and 69. RGB value is (129,205,105). Sum of RGB (Red+Green+Blue) = 129+205+105=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD69 is #7E3296. Grayscale: #ABABAB. Windows color (decimal): -8270487 or 6933889. OLE color: 6933889.

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

Color convert

RGB129205105-
CMYK0.3700.490.20
HSL105.6º50%60.78%-
HSV(B)105.6º48.78%80.39%-
XYZ33.4349.3521.13-
YUV170.8890.8298.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 205 (80.47% from 255) = 46.70%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=29.38%
G=46.70%
B=23.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292051050.3700.490.20105.65060.78
Hex81CD6925031146a323d
Octal20131515145061241526275
Binary100000011100110111010011001010110001101001101010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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