#82DD61

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

Shades of Mantis #82DD61

Tints of Mantis #82DD61

Color information

#82DD61 (or 0x82DD61) is unknown color: approx Mantis. HEX triplet: 82, DD and 61. RGB value is (130,221,97). Sum of RGB (Red+Green+Blue) = 130+221+97=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD61 is #7D229E. Grayscale: #B4B4B4. Windows color (decimal): -8200863 or 6413698. OLE color: 6413698.

HSL color Cylindrical-coordinate representation of color #82DD61: hue angle of 104.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82DD61 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB13022197-
CMYK0.4100.560.13
HSL104.03º64.58%62.35%-
HSV(B)104.03º56.11%86.67%-
XYZ37.2257.3220.41-
YUV179.6681.3592.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 221 (86.72% from 255) = 49.33%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=29.02%
G=49.33%
B=21.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130221970.4100.560.13104.0364.5862.35
Hex82DD6129038D68413e
Octal202335141510701515010176
Binary100000101101110111000011010010111000110111010001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,221,97); }

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

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

 a { background-color: rgb(130,221,97); }

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

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

 span { border-color: rgb(130,221,97); }

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