Html Css Color HEX #82DA60 Mantis

📋 copy color: '#82DA60'

red 130 ◦ green 218 ◦ blue 96

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

Shades of Mantis #82DA60

Tints of Mantis #82DA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

 BLUE value IS 96 (37.89% from 255) = 21.62%

R = 29.28%
G = 49.1%
B = 21.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#82DA60 (or 0x82DA60) is known color: Mantis. HEX triplet: 82, DA and 60. RGB value is (130,218,96). Sum of RGB (Red+Green+Blue) = 130+218+96=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA60 is #7D259F. Grayscale: #B2B2B2. Windows color (decimal): -8201632 or 6347394. OLE color: 6347394.

HSL color Cylindrical-coordinate representation of color #82DA60: hue angle of 103.28º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82DA60 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 96 -
CMYK 0.40 0 0.56 0.15
HSL 103.28º 0.62% 0.62% -
HSV(B) 103.28º 0.56% 0.85% -
XYZ 36.39 55.73 19.91 -
YUV 177.78 81.85 93.92 -
System Red Green Blue C M Y K H S L
Decimal 130 218 96 0.40 0 0.56 0.15 103.28 0.62 0.62
Hex 82 DA 60 28 0 38 F 67 3E 3E
Octal 202 332 140 50 0 70 17 147 76 76
Binary 10000010 11011010 1100000 101000 0 111000 1111 1100111 111110 111110

Color Harmonies of #82DA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA60

Black with #82DA60

Text Example


Text Example

White with #82DA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,96); }

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

background-color css

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

 a { background-color: rgb(130,218,96); }

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

border-color css

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

 span { border-color: rgb(130,218,96); }

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