#82D369

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

Shades of Mantis #82D369

Tints of Mantis #82D369

Color information

#82D369 (or 0x82D369) is unknown color: approx Mantis. HEX triplet: 82, D3 and 69. RGB value is (130,211,105). Sum of RGB (Red+Green+Blue) = 130+211+105=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #82D369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D369 is #7D2C96. Grayscale: #AFAFAF. Windows color (decimal): -8203415 or 6935426. OLE color: 6935426.

HSL color Cylindrical-coordinate representation of color #82D369: hue angle of 105.85º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D369 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB130211105-
CMYK0.3800.500.17
HSL105.85º54.64%61.96%-
HSV(B)105.85º50.24%82.75%-
XYZ35.0552.3521.62-
YUV174.788.6696.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 211 (82.81% from 255) = 47.31%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=29.15%
G=47.31%
B=23.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302111050.3800.500.17105.8554.6461.96
Hex82D36926032116a373e
Octal20232315146062211526776
Binary100000101101001111010011001100110010100011101010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82D369; }

 p { color: rgb(130,211,105); }

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

<style>
 a { background-color: #82D369; }

 a { background-color: rgb(130,211,105); }

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

<style>
 span { border-color: #82D369; }

 span { border-color: rgb(130,211,105); }

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