Html Css Color HEX #82D86B Pastel Green

📋 copy color: '#82D86B'

red 130 ◦ green 216 ◦ blue 107

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

Shades of Pastel Green #82D86B

Tints of Pastel Green #82D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.68%

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 28.7%
G = 47.68%
B = 23.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#82D86B (or 0x82D86B) is known color: Pastel Green. HEX triplet: 82, D8 and 6B. RGB value is (130,216,107). Sum of RGB (Red+Green+Blue) = 130+216+107=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #82D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D86B is #7D2794. Grayscale: #B2B2B2. Windows color (decimal): -8202133 or 7067778. OLE color: 7067778.

HSL color Cylindrical-coordinate representation of color #82D86B: hue angle of 107.34º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D86B is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 107 -
CMYK 0.40 0 0.50 0.15
HSL 107.34º 0.58% 0.63% -
HSV(B) 107.34º 0.5% 0.85% -
XYZ 36.42 54.92 22.59 -
YUV 177.86 88.01 93.86 -
System Red Green Blue C M Y K H S L
Decimal 130 216 107 0.40 0 0.50 0.15 107.34 0.58 0.63
Hex 82 D8 6B 28 0 32 F 6B 3A 3F
Octal 202 330 153 50 0 62 17 153 72 77
Binary 10000010 11011000 1101011 101000 0 110010 1111 1101011 111010 111111

Color Harmonies of #82D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D86B

Black with #82D86B

Text Example


Text Example

White with #82D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,216,107); }

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

background-color css

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

 a { background-color: rgb(130,216,107); }

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

border-color css

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

 span { border-color: rgb(130,216,107); }

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