Html Css Color HEX #82D665 Mantis

📋 copy color: '#82D665'

red 130 ◦ green 214 ◦ blue 101

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

Shades of Mantis #82D665

Tints of Mantis #82D665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.09%

 BLUE value IS 101 (39.84% from 255) = 22.7%

R = 29.21%
G = 48.09%
B = 22.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#82D665 (or 0x82D665) is known color: Mantis. HEX triplet: 82, D6 and 65. RGB value is (130,214,101). Sum of RGB (Red+Green+Blue) = 130+214+101=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #82D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D665 is #7D299A. Grayscale: #B0B0B0. Windows color (decimal): -8202651 or 6674050. OLE color: 6674050.

HSL color Cylindrical-coordinate representation of color #82D665: hue angle of 104.6º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82D665 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 214 101 -
CMYK 0.39 0 0.53 0.16
HSL 104.6º 0.58% 0.62% -
HSV(B) 104.6º 0.53% 0.84% -
XYZ 35.6 53.78 20.82 -
YUV 176 85.67 95.19 -
System Red Green Blue C M Y K H S L
Decimal 130 214 101 0.39 0 0.53 0.16 104.6 0.58 0.62
Hex 82 D6 65 27 0 35 10 69 3A 3E
Octal 202 326 145 47 0 65 20 151 72 76
Binary 10000010 11010110 1100101 100111 0 110101 10000 1101001 111010 111110

Color Harmonies of #82D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D665

Black with #82D665

Text Example


Text Example

White with #82D665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,214,101); }

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

background-color css

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

 a { background-color: rgb(130,214,101); }

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

border-color css

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

 span { border-color: rgb(130,214,101); }

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