Html Css Color HEX #82CE51 Mantis

📋 copy color: '#82CE51'

red 130 ◦ green 206 ◦ blue 81

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

Shades of Mantis #82CE51

Tints of Mantis #82CE51

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.4%

 BLUE value IS 81 (32.03% from 255) = 19.42%

R = 31.18%
G = 49.4%
B = 19.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#82CE51 (or 0x82CE51) is known color: Mantis. HEX triplet: 82, CE and 51. RGB value is (130,206,81). Sum of RGB (Red+Green+Blue) = 130+206+81=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE51 is #7D31AE. Grayscale: #A9A9A9. Windows color (decimal): -8204719 or 5361282. OLE color: 5361282.

HSL color Cylindrical-coordinate representation of color #82CE51: hue angle of 96.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82CE51 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 81 -
CMYK 0.37 0 0.61 0.19
HSL 96.48º 0.56% 0.56% -
HSV(B) 96.48º 0.61% 0.81% -
XYZ 32.76 49.48 15.61 -
YUV 169.03 78.32 100.16 -
System Red Green Blue C M Y K H S L
Decimal 130 206 81 0.37 0 0.61 0.19 96.48 0.56 0.56
Hex 82 CE 51 25 0 3D 13 60 38 38
Octal 202 316 121 45 0 75 23 140 70 70
Binary 10000010 11001110 1010001 100101 0 111101 10011 1100000 111000 111000

Color Harmonies of #82CE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE51

Black with #82CE51

Text Example


Text Example

White with #82CE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,206,81); }

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

background-color css

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

 a { background-color: rgb(130,206,81); }

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

border-color css

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

 span { border-color: rgb(130,206,81); }

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