#82CF55

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

Shades of Mantis #82CF55

Tints of Mantis #82CF55

Color information

#82CF55 (or 0x82CF55) is unknown color: approx Mantis. HEX triplet: 82, CF and 55. RGB value is (130,207,85). Sum of RGB (Red+Green+Blue) = 130+207+85=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF55 is #7D30AA. Grayscale: #AAAAAA. Windows color (decimal): -8204459 or 5623682. OLE color: 5623682.

HSL color Cylindrical-coordinate representation of color #82CF55: hue angle of 97.87º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82CF55 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB13020785-
CMYK0.3700.590.19
HSL97.87º55.96%57.25%-
HSV(B)97.87º58.94%81.18%-
XYZ33.1650.0316.5-
YUV170.0779.9999.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 207 (81.25% from 255) = 49.05%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=30.81%
G=49.05%
B=20.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130207850.3700.590.1997.8755.9657.25
Hex82CF552503B13623839
Octal20231712545073231427071
Binary100000101100111110101011001010111011100111100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,207,85); }

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

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

 a { background-color: rgb(130,207,85); }

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

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

 span { border-color: rgb(130,207,85); }

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