#82C84F

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

Shades of Mantis #82C84F

Tints of Mantis #82C84F

Color information

#82C84F (or 0x82C84F) is unknown color: approx Mantis. HEX triplet: 82, C8 and 4F. RGB value is (130,200,79). Sum of RGB (Red+Green+Blue) = 130+200+79=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #82C84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C84F is #7D37B0. Grayscale: #A5A5A5. Windows color (decimal): -8206257 or 5228674. OLE color: 5228674.

HSL color Cylindrical-coordinate representation of color #82C84F: hue angle of 94.71º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82C84F is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB13020079-
CMYK0.3500.600.22
HSL94.71º52.38%54.71%-
HSV(B)94.71º60.5%78.43%-
XYZ31.2746.6214.75-
YUV165.2879.31102.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 200 (78.52% from 255) = 48.90%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=31.78%
G=48.90%
B=19.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130200790.3500.600.2294.7152.3854.71
Hex82C84F2303C165f3437
Octal20231011743074261376467
Binary100000101100100010011111000110111100101101011111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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