#82C951

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

Shades of Mantis #82C951

Tints of Mantis #82C951

Color information

#82C951 (or 0x82C951) is unknown color: approx Mantis. HEX triplet: 82, C9 and 51. RGB value is (130,201,81). Sum of RGB (Red+Green+Blue) = 130+201+81=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #82C951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C951 is #7D36AE. Grayscale: #A6A6A6. Windows color (decimal): -8205999 or 5360002. OLE color: 5360002.

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

Color convert

RGB13020181-
CMYK0.3500.600.21
HSL95.5º52.63%55.29%-
HSV(B)95.5º59.7%78.82%-
XYZ31.5847.1115.21-
YUV166.0979.98102.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 201 (78.91% from 255) = 48.79%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=31.55%
G=48.79%
B=19.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130201810.3500.600.2195.552.6355.29
Hex82C9512303C15603537
Octal20231112143074251406567
Binary100000101100100110100011000110111100101011100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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