Html Css Color HEX #82D573 Pastel Green

📋 copy color: '#82D573'

red 130 ◦ green 213 ◦ blue 115

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

Shades of Pastel Green #82D573

Tints of Pastel Green #82D573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.51%

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 28.38%
G = 46.51%
B = 25.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#82D573 (or 0x82D573) is known color: Pastel Green. HEX triplet: 82, D5 and 73. RGB value is (130,213,115). Sum of RGB (Red+Green+Blue) = 130+213+115=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #82D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D573 is #7D2A8C. Grayscale: #B1B1B1. Windows color (decimal): -8202893 or 7591298. OLE color: 7591298.

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

Color convert

RGB 130 213 115 -
CMYK 0.39 0 0.46 0.16
HSL 110.82º 0.54% 0.64% -
HSV(B) 110.82º 0.46% 0.84% -
XYZ 36.09 53.57 24.66 -
YUV 177.01 93 94.47 -
System Red Green Blue C M Y K H S L
Decimal 130 213 115 0.39 0 0.46 0.16 110.82 0.54 0.64
Hex 82 D5 73 27 0 2E 10 6F 36 40
Octal 202 325 163 47 0 56 20 157 66 100
Binary 10000010 11010101 1110011 100111 0 101110 10000 1101111 110110 1000000

Color Harmonies of #82D573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D573

Black with #82D573

Text Example


Text Example

White with #82D573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,115); }

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

background-color css

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

 a { background-color: rgb(130,213,115); }

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

border-color css

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

 span { border-color: rgb(130,213,115); }

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