Html Css Color HEX #82D147 Mantis

📋 copy color: '#82D147'

red 130 ◦ green 209 ◦ blue 71

#82D147
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #82D147

Tints of Mantis #82D147

RGB

 RED value IS 130 (51.17% from 255) = 31.71%

 GREEN value IS 209 (82.03% from 255) = 50.98%

 BLUE value IS 71 (28.13% from 255) = 17.32%

R = 31.71%
G = 50.98%
B = 17.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#82D147 (or 0x82D147) is known color: Mantis. HEX triplet: 82, D1 and 47. RGB value is (130,209,71). Sum of RGB (Red+Green+Blue) = 130+209+71=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #82D147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D147 is #7D2EB8. Grayscale: #AAAAAA. Windows color (decimal): -8203961 or 4706690. OLE color: 4706690.

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

Color convert

RGB 130 209 71 -
CMYK 0.38 0 0.66 0.18
HSL 94.35º 0.6% 0.55% -
HSV(B) 94.35º 0.66% 0.82% -
XYZ 33.14 50.8 14.02 -
YUV 169.65 72.33 99.72 -
System Red Green Blue C M Y K H S L
Decimal 130 209 71 0.38 0 0.66 0.18 94.35 0.6 0.55
Hex 82 D1 47 26 0 42 12 5E 3C 37
Octal 202 321 107 46 0 102 22 136 74 67
Binary 10000010 11010001 1000111 100110 0 1000010 10010 1011110 111100 110111

Color Harmonies of #82D147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D147

Black with #82D147

Text Example


Text Example

White with #82D147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,209,71); }

 H1.HeaderClassName
 {
   color: #82D147;
 }
 .AnyTagClassName
 {
   color: #82D147;
 }
</style>

background-color css

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

 a { background-color: rgb(130,209,71); }

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

border-color css

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

 span { border-color: rgb(130,209,71); }

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