Html Css Color HEX #82DD73 Pastel Green

📋 copy color: '#82DD73'

red 130 ◦ green 221 ◦ blue 115

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

Shades of Pastel Green #82DD73

Tints of Pastel Green #82DD73

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

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

R = 27.9%
G = 47.42%
B = 24.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#82DD73 (or 0x82DD73) is known color: Pastel Green. HEX triplet: 82, DD and 73. RGB value is (130,221,115). Sum of RGB (Red+Green+Blue) = 130+221+115=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD73 is #7D228C. Grayscale: #B6B6B6. Windows color (decimal): -8200845 or 7593346. OLE color: 7593346.

HSL color Cylindrical-coordinate representation of color #82DD73: hue angle of 111.51º degrees, saturation: 0.61, 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 #82DD73 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 221 115 -
CMYK 0.41 0 0.48 0.13
HSL 111.51º 0.61% 0.66% -
HSV(B) 111.51º 0.48% 0.87% -
XYZ 38.16 57.7 25.35 -
YUV 181.71 90.35 91.12 -
System Red Green Blue C M Y K H S L
Decimal 130 221 115 0.41 0 0.48 0.13 111.51 0.61 0.66
Hex 82 DD 73 29 0 30 D 70 3D 42
Octal 202 335 163 51 0 60 15 160 75 102
Binary 10000010 11011101 1110011 101001 0 110000 1101 1110000 111101 1000010

Color Harmonies of #82DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD73

Black with #82DD73

Text Example


Text Example

White with #82DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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