#82CB53

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

Shades of Mantis #82CB53

Tints of Mantis #82CB53

Color information

#82CB53 (or 0x82CB53) is unknown color: approx Mantis. HEX triplet: 82, CB and 53. RGB value is (130,203,83). Sum of RGB (Red+Green+Blue) = 130+203+83=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB53 is #7D34AC. Grayscale: #A7A7A7. Windows color (decimal): -8205485 or 5491586. OLE color: 5491586.

HSL color Cylindrical-coordinate representation of color #82CB53: hue angle of 96.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82CB53 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB13020383-
CMYK0.3600.590.20
HSL96.5º53.57%56.08%-
HSV(B)96.5º59.11%79.61%-
XYZ32.1248.0815.77-
YUV167.4980.32101.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 203 (79.69% from 255) = 48.80%
BLUE value IS 83 (32.81% from 255) = 19.95%
R=31.25%
G=48.80%
B=19.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130203830.3600.590.2096.553.5756.08
Hex82CB532403B14603638
Octal20231312344073241406670
Binary100000101100101110100111001000111011101001100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,203,83); }

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

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

 a { background-color: rgb(130,203,83); }

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

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

 span { border-color: rgb(130,203,83); }

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