#82D25F

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

Shades of Mantis #82D25F

Tints of Mantis #82D25F

Color information

#82D25F (or 0x82D25F) is unknown color: approx Mantis. HEX triplet: 82, D2 and 5F. RGB value is (130,210,95). Sum of RGB (Red+Green+Blue) = 130+210+95=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #82D25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D25F is #7D2DA0. Grayscale: #ADADAD. Windows color (decimal): -8203681 or 6279810. OLE color: 6279810.

HSL color Cylindrical-coordinate representation of color #82D25F: hue angle of 101.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82D25F is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB13021095-
CMYK0.3800.550.18
HSL101.74º56.1%59.8%-
HSV(B)101.74º54.76%82.35%-
XYZ34.3251.6718.99-
YUV172.978497.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=29.89%
G=48.28%
B=21.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130210950.3800.550.18101.7456.159.8
Hex82D25F260371266383c
Octal20232213746067221467074
Binary100000101101001010111111001100110111100101100110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,210,95); }

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

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

 a { background-color: rgb(130,210,95); }

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

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

 span { border-color: rgb(130,210,95); }

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