Html Css Color HEX #82C052 Mantis

📋 copy color: '#82C052'

red 130 ◦ green 192 ◦ blue 82

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

Shades of Mantis #82C052

Tints of Mantis #82C052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 32.18%
G = 47.52%
B = 20.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#82C052 (or 0x82C052) is known color: Mantis. HEX triplet: 82, C0 and 52. RGB value is (130,192,82). Sum of RGB (Red+Green+Blue) = 130+192+82=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #82C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C052 is #7D3FAD. Grayscale: #A1A1A1. Windows color (decimal): -8208302 or 5423234. OLE color: 5423234.

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

Color convert

RGB 130 192 82 -
CMYK 0.32 0 0.57 0.25
HSL 93.82º 0.47% 0.54% -
HSV(B) 93.82º 0.57% 0.75% -
XYZ 29.58 43.05 14.73 -
YUV 160.92 83.46 105.94 -
System Red Green Blue C M Y K H S L
Decimal 130 192 82 0.32 0 0.57 0.25 93.82 0.47 0.54
Hex 82 C0 52 20 0 39 19 5E 2F 36
Octal 202 300 122 40 0 71 31 136 57 66
Binary 10000010 11000000 1010010 100000 0 111001 11001 1011110 101111 110110

Color Harmonies of #82C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C052

Black with #82C052

Text Example


Text Example

White with #82C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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