Html Css Color HEX #82C065 Mantis

📋 copy color: '#82C065'

red 130 ◦ green 192 ◦ blue 101

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

Shades of Mantis #82C065

Tints of Mantis #82C065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 30.73%
G = 45.39%
B = 23.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#82C065 (or 0x82C065) is known color: Mantis. HEX triplet: 82, C0 and 65. RGB value is (130,192,101). Sum of RGB (Red+Green+Blue) = 130+192+101=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #82C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C065 is #7D3F9A. Grayscale: #A3A3A3. Windows color (decimal): -8208283 or 6668418. OLE color: 6668418.

HSL color Cylindrical-coordinate representation of color #82C065: hue angle of 100.88º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82C065 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 101 -
CMYK 0.32 0 0.47 0.25
HSL 100.88º 0.42% 0.57% -
HSV(B) 100.88º 0.47% 0.75% -
XYZ 30.4 43.38 19.08 -
YUV 163.09 92.96 104.4 -
System Red Green Blue C M Y K H S L
Decimal 130 192 101 0.32 0 0.47 0.25 100.88 0.42 0.57
Hex 82 C0 65 20 0 2F 19 65 2A 39
Octal 202 300 145 40 0 57 31 145 52 71
Binary 10000010 11000000 1100101 100000 0 101111 11001 1100101 101010 111001

Color Harmonies of #82C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C065

Black with #82C065

Text Example


Text Example

White with #82C065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,101); }

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

background-color css

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

 a { background-color: rgb(130,192,101); }

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

border-color css

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

 span { border-color: rgb(130,192,101); }

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