Html Css Color HEX #82D955 Mantis

📋 copy color: '#82D955'

red 130 ◦ green 217 ◦ blue 85

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

Shades of Mantis #82D955

Tints of Mantis #82D955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.23%

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 30.09%
G = 50.23%
B = 19.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#82D955 (or 0x82D955) is known color: Mantis. HEX triplet: 82, D9 and 55. RGB value is (130,217,85). Sum of RGB (Red+Green+Blue) = 130+217+85=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #82D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D955 is #7D26AA. Grayscale: #B0B0B0. Windows color (decimal): -8201899 or 5626242. OLE color: 5626242.

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

Color convert

RGB 130 217 85 -
CMYK 0.40 0 0.61 0.15
HSL 99.55º 0.63% 0.59% -
HSV(B) 99.55º 0.61% 0.85% -
XYZ 35.66 55.03 17.34 -
YUV 175.94 76.68 95.23 -
System Red Green Blue C M Y K H S L
Decimal 130 217 85 0.40 0 0.61 0.15 99.55 0.63 0.59
Hex 82 D9 55 28 0 3D F 64 3F 3B
Octal 202 331 125 50 0 75 17 144 77 73
Binary 10000010 11011001 1010101 101000 0 111101 1111 1100100 111111 111011

Color Harmonies of #82D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D955

Black with #82D955

Text Example


Text Example

White with #82D955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,217,85); }

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

background-color css

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

 a { background-color: rgb(130,217,85); }

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

border-color css

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

 span { border-color: rgb(130,217,85); }

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