Html Css Color HEX #82DF73 Pastel Green

📋 copy color: '#82DF73'

red 130 ◦ green 223 ◦ blue 115

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

Shades of Pastel Green #82DF73

Tints of Pastel Green #82DF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.65%

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

R = 27.78%
G = 47.65%
B = 24.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#82DF73 (or 0x82DF73) is known color: Pastel Green. HEX triplet: 82, DF and 73. RGB value is (130,223,115). Sum of RGB (Red+Green+Blue) = 130+223+115=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF73 is #7D208C. Grayscale: #B7B7B7. Windows color (decimal): -8200333 or 7593858. OLE color: 7593858.

HSL color Cylindrical-coordinate representation of color #82DF73: hue angle of 111.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82DF73 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 115 -
CMYK 0.42 0 0.48 0.13
HSL 111.67º 0.63% 0.66% -
HSV(B) 111.67º 0.48% 0.87% -
XYZ 38.69 58.76 25.52 -
YUV 182.88 89.69 90.28 -
System Red Green Blue C M Y K H S L
Decimal 130 223 115 0.42 0 0.48 0.13 111.67 0.63 0.66
Hex 82 DF 73 2A 0 30 D 70 3F 42
Octal 202 337 163 52 0 60 15 160 77 102
Binary 10000010 11011111 1110011 101010 0 110000 1101 1110000 111111 1000010

Color Harmonies of #82DF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF73

Black with #82DF73

Text Example


Text Example

White with #82DF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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