Html Css Color HEX #82C169 Mantis

📋 copy color: '#82C169'

red 130 ◦ green 193 ◦ blue 105

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

Shades of Mantis #82C169

Tints of Mantis #82C169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.53%

R = 30.37%
G = 45.09%
B = 24.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#82C169 (or 0x82C169) is known color: Mantis. HEX triplet: 82, C1 and 69. RGB value is (130,193,105). Sum of RGB (Red+Green+Blue) = 130+193+105=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #82C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C169 is #7D3E96. Grayscale: #A4A4A4. Windows color (decimal): -8208023 or 6930818. OLE color: 6930818.

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

Color convert

RGB 130 193 105 -
CMYK 0.33 0 0.46 0.24
HSL 102.95º 0.42% 0.58% -
HSV(B) 102.95º 0.46% 0.76% -
XYZ 30.83 43.91 20.21 -
YUV 164.13 94.63 103.66 -
System Red Green Blue C M Y K H S L
Decimal 130 193 105 0.33 0 0.46 0.24 102.95 0.42 0.58
Hex 82 C1 69 21 0 2E 18 67 2A 3A
Octal 202 301 151 41 0 56 30 147 52 72
Binary 10000010 11000001 1101001 100001 0 101110 11000 1100111 101010 111010

Color Harmonies of #82C169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C169

Black with #82C169

Text Example


Text Example

White with #82C169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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