Html Css Color HEX #82C15A Mantis

📋 copy color: '#82C15A'

red 130 ◦ green 193 ◦ blue 90

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

Shades of Mantis #82C15A

Tints of Mantis #82C15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 31.48%
G = 46.73%
B = 21.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#82C15A (or 0x82C15A) is known color: Mantis. HEX triplet: 82, C1 and 5A. RGB value is (130,193,90). Sum of RGB (Red+Green+Blue) = 130+193+90=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #82C15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C15A is #7D3EA5. Grayscale: #A2A2A2. Windows color (decimal): -8208038 or 5947778. OLE color: 5947778.

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

Color convert

RGB 130 193 90 -
CMYK 0.33 0 0.53 0.24
HSL 96.7º 0.45% 0.55% -
HSV(B) 96.7º 0.53% 0.76% -
XYZ 30.12 43.62 16.51 -
YUV 162.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 130 193 90 0.33 0 0.53 0.24 96.7 0.45 0.55
Hex 82 C1 5A 21 0 35 18 61 2D 37
Octal 202 301 132 41 0 65 30 141 55 67
Binary 10000010 11000001 1011010 100001 0 110101 11000 1100001 101101 110111

Color Harmonies of #82C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C15A

Black with #82C15A

Text Example


Text Example

White with #82C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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