#82C95A

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

Shades of Mantis #82C95A

Tints of Mantis #82C95A

Color information

#82C95A (or 0x82C95A) is unknown color: approx Mantis. HEX triplet: 82, C9 and 5A. RGB value is (130,201,90). Sum of RGB (Red+Green+Blue) = 130+201+90=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #82C95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C95A is #7D36A5. Grayscale: #A7A7A7. Windows color (decimal): -8205990 or 5949826. OLE color: 5949826.

HSL color Cylindrical-coordinate representation of color #82C95A: hue angle of 98.38º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82C95A is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB13020190-
CMYK0.3500.550.21
HSL98.38º50.68%57.06%-
HSV(B)98.38º55.22%78.82%-
XYZ31.9447.2617.11-
YUV167.1284.48101.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.88%
GREEN value IS 201 (78.91% from 255) = 47.74%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=30.88%
G=47.74%
B=21.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130201900.3500.550.2198.3850.6857.06
Hex82C95A2303715623339
Octal20231113243067251426371
Binary100000101100100110110101000110110111101011100010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,201,90); }

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

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

 a { background-color: rgb(130,201,90); }

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

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

 span { border-color: rgb(130,201,90); }

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