Html Css Color HEX #82CE60 Mantis

📋 copy color: '#82CE60'

red 130 ◦ green 206 ◦ blue 96

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

Shades of Mantis #82CE60

Tints of Mantis #82CE60

RGB

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

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

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

R = 30.09%
G = 47.69%
B = 22.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#82CE60 (or 0x82CE60) is known color: Mantis. HEX triplet: 82, CE and 60. RGB value is (130,206,96). Sum of RGB (Red+Green+Blue) = 130+206+96=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE60 is #7D319F. Grayscale: #ABABAB. Windows color (decimal): -8204704 or 6344322. OLE color: 6344322.

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

Color convert

RGB 130 206 96 -
CMYK 0.37 0 0.53 0.19
HSL 101.45º 0.53% 0.59% -
HSV(B) 101.45º 0.53% 0.81% -
XYZ 33.39 49.73 18.91 -
YUV 170.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 130 206 96 0.37 0 0.53 0.19 101.45 0.53 0.59
Hex 82 CE 60 25 0 35 13 65 35 3B
Octal 202 316 140 45 0 65 23 145 65 73
Binary 10000010 11001110 1100000 100101 0 110101 10011 1100101 110101 111011

Color Harmonies of #82CE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE60

Black with #82CE60

Text Example


Text Example

White with #82CE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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