#81D069

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

Shades of Mantis #81D069

Tints of Mantis #81D069

Color information

#81D069 (or 0x81D069) is unknown color: approx Mantis. HEX triplet: 81, D0 and 69. RGB value is (129,208,105). Sum of RGB (Red+Green+Blue) = 129+208+105=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #81D069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D069 is #7E2F96. Grayscale: #ACACAC. Windows color (decimal): -8269719 or 6934657. OLE color: 6934657.

HSL color Cylindrical-coordinate representation of color #81D069: hue angle of 106.02º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81D069 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB129208105-
CMYK0.3800.500.18
HSL106.02º52.28%61.37%-
HSV(B)106.02º49.52%81.57%-
XYZ34.1650.821.37-
YUV172.6489.8396.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 208 (81.64% from 255) = 47.06%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=29.19%
G=47.06%
B=23.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292081050.3800.500.18106.0252.2861.37
Hex81D06926032126a343d
Octal20132015146062221526475
Binary100000011101000011010011001100110010100101101010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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