Html Css Color HEX #82D154 Mantis

📋 copy color: '#82D154'

red 130 ◦ green 209 ◦ blue 84

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

Shades of Mantis #82D154

Tints of Mantis #82D154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.86%

R = 30.73%
G = 49.41%
B = 19.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#82D154 (or 0x82D154) is known color: Mantis. HEX triplet: 82, D1 and 54. RGB value is (130,209,84). Sum of RGB (Red+Green+Blue) = 130+209+84=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #82D154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D154 is #7D2EAB. Grayscale: #ABABAB. Windows color (decimal): -8203948 or 5558658. OLE color: 5558658.

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

Color convert

RGB 130 209 84 -
CMYK 0.38 0 0.60 0.18
HSL 97.92º 0.58% 0.57% -
HSV(B) 97.92º 0.6% 0.82% -
XYZ 33.61 50.99 16.46 -
YUV 171.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 130 209 84 0.38 0 0.60 0.18 97.92 0.58 0.57
Hex 82 D1 54 26 0 3C 12 62 3A 39
Octal 202 321 124 46 0 74 22 142 72 71
Binary 10000010 11010001 1010100 100110 0 111100 10010 1100010 111010 111001

Color Harmonies of #82D154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D154

Black with #82D154

Text Example


Text Example

White with #82D154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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