#82CC4F

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

Shades of Mantis #82CC4F

Tints of Mantis #82CC4F

Color information

#82CC4F (or 0x82CC4F) is unknown color: approx Mantis. HEX triplet: 82, CC and 4F. RGB value is (130,204,79). Sum of RGB (Red+Green+Blue) = 130+204+79=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CC4F is #7D33B0. Grayscale: #A8A8A8. Windows color (decimal): -8205233 or 5229698. OLE color: 5229698.

HSL color Cylindrical-coordinate representation of color #82CC4F: hue angle of 95.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82CC4F is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB13020479-
CMYK0.3600.610.2
HSL95.52º55.07%55.49%-
HSV(B)95.52º61.27%80%-
XYZ32.2148.515.06-
YUV167.6277.98101.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 204 (80.08% from 255) = 49.39%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=31.48%
G=49.39%
B=19.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130204790.3600.610.295.5255.0755.49
Hex82CC4F2403D14603737
Octal20231411744075241406767
Binary100000101100110010011111001000111101101001100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,204,79); }

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

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

 a { background-color: rgb(130,204,79); }

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

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

 span { border-color: rgb(130,204,79); }

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