Html Css Color HEX #82C372 Mantis

📋 copy color: '#82C372'

red 130 ◦ green 195 ◦ blue 114

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

Shades of Mantis #82C372

Tints of Mantis #82C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

 BLUE value IS 114 (44.92% from 255) = 25.97%

R = 29.61%
G = 44.42%
B = 25.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#82C372 (or 0x82C372) is known color: Mantis. HEX triplet: 82, C3 and 72. RGB value is (130,195,114). Sum of RGB (Red+Green+Blue) = 130+195+114=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #82C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C372 is #7D3C8D. Grayscale: #A6A6A6. Windows color (decimal): -8207502 or 7521154. OLE color: 7521154.

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

Color convert

RGB 130 195 114 -
CMYK 0.33 0 0.42 0.24
HSL 108.15º 0.4% 0.61% -
HSV(B) 108.15º 0.42% 0.76% -
XYZ 31.76 44.99 22.93 -
YUV 166.33 98.47 102.09 -
System Red Green Blue C M Y K H S L
Decimal 130 195 114 0.33 0 0.42 0.24 108.15 0.4 0.61
Hex 82 C3 72 21 0 2A 18 6C 28 3D
Octal 202 303 162 41 0 52 30 154 50 75
Binary 10000010 11000011 1110010 100001 0 101010 11000 1101100 101000 111101

Color Harmonies of #82C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C372

Black with #82C372

Text Example


Text Example

White with #82C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,195,114); }

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

background-color css

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

 a { background-color: rgb(130,195,114); }

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

border-color css

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

 span { border-color: rgb(130,195,114); }

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