Html Css Color HEX #82CA6A Mantis

📋 copy color: '#82CA6A'

red 130 ◦ green 202 ◦ blue 106

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

Shades of Mantis #82CA6A

Tints of Mantis #82CA6A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.12%

 BLUE value IS 106 (41.8% from 255) = 24.2%

R = 29.68%
G = 46.12%
B = 24.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#82CA6A (or 0x82CA6A) is known color: Mantis. HEX triplet: 82, CA and 6A. RGB value is (130,202,106). Sum of RGB (Red+Green+Blue) = 130+202+106=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA6A is #7D3595. Grayscale: #A9A9A9. Windows color (decimal): -8205718 or 6998658. OLE color: 6998658.

HSL color Cylindrical-coordinate representation of color #82CA6A: hue angle of 105º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82CA6A is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 106 -
CMYK 0.36 0 0.48 0.21
HSL 105º 0.48% 0.6% -
HSV(B) 105º 0.48% 0.79% -
XYZ 32.93 48.03 21.17 -
YUV 169.53 92.15 99.81 -
System Red Green Blue C M Y K H S L
Decimal 130 202 106 0.36 0 0.48 0.21 105 0.48 0.6
Hex 82 CA 6A 24 0 30 15 69 30 3C
Octal 202 312 152 44 0 60 25 151 60 74
Binary 10000010 11001010 1101010 100100 0 110000 10101 1101001 110000 111100

Color Harmonies of #82CA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA6A

Black with #82CA6A

Text Example


Text Example

White with #82CA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,106); }

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

background-color css

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

 a { background-color: rgb(130,202,106); }

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

border-color css

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

 span { border-color: rgb(130,202,106); }

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