Html Css Color HEX #82C150 Mantis

📋 copy color: '#82C150'

red 130 ◦ green 193 ◦ blue 80

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

Shades of Mantis #82C150

Tints of Mantis #82C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.89%

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 32.26%
G = 47.89%
B = 19.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#82C150 (or 0x82C150) is known color: Mantis. HEX triplet: 82, C1 and 50. RGB value is (130,193,80). Sum of RGB (Red+Green+Blue) = 130+193+80=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #82C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C150 is #7D3EAF. Grayscale: #A1A1A1. Windows color (decimal): -8208048 or 5292418. OLE color: 5292418.

HSL color Cylindrical-coordinate representation of color #82C150: hue angle of 93.45º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82C150 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 80 -
CMYK 0.33 0 0.59 0.24
HSL 93.45º 0.48% 0.54% -
HSV(B) 93.45º 0.59% 0.76% -
XYZ 29.72 43.46 14.41 -
YUV 161.28 82.13 105.69 -
System Red Green Blue C M Y K H S L
Decimal 130 193 80 0.33 0 0.59 0.24 93.45 0.48 0.54
Hex 82 C1 50 21 0 3B 18 5D 30 36
Octal 202 301 120 41 0 73 30 135 60 66
Binary 10000010 11000001 1010000 100001 0 111011 11000 1011101 110000 110110

Color Harmonies of #82C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C150

Black with #82C150

Text Example


Text Example

White with #82C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,80); }

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

background-color css

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

 a { background-color: rgb(130,193,80); }

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

border-color css

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

 span { border-color: rgb(130,193,80); }

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