#81BE68

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

Shades of Mantis #81BE68

Tints of Mantis #81BE68

Color information

#81BE68 (or 0x81BE68) is unknown color: approx Mantis. HEX triplet: 81, BE and 68. RGB value is (129,190,104). Sum of RGB (Red+Green+Blue) = 129+190+104=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE68 is #7E4197. Grayscale: #A2A2A2. Windows color (decimal): -8274328 or 6864513. OLE color: 6864513.

HSL color Cylindrical-coordinate representation of color #81BE68: hue angle of 102.56º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81BE68 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB129190104-
CMYK0.3200.450.25
HSL102.56º39.81%57.65%-
HSV(B)102.56º45.26%74.51%-
XYZ29.9742.4919.72-
YUV161.9695.29104.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=30.50%
G=44.92%
B=24.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901040.3200.450.25102.5639.8157.65
Hex81BE682002D1967283a
Octal20127615040055311475072
Binary100000011011111011010001000000101101110011100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,104); }

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

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

 a { background-color: rgb(129,190,104); }

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

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

 span { border-color: rgb(129,190,104); }

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