Html Css Color HEX #82DD84 Pastel Green

📋 copy color: '#82DD84'

red 130 ◦ green 221 ◦ blue 132

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

Shades of Pastel Green #82DD84

Tints of Pastel Green #82DD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.33%

R = 26.92%
G = 45.76%
B = 27.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#82DD84 (or 0x82DD84) is known color: Pastel Green. HEX triplet: 82, DD and 84. RGB value is (130,221,132). Sum of RGB (Red+Green+Blue) = 130+221+132=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DD84 is #7D227B. Grayscale: #B7B7B7. Windows color (decimal): -8200828 or 8707458. OLE color: 8707458.

HSL color Cylindrical-coordinate representation of color #82DD84: hue angle of 121.32º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DD84 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 221 132 -
CMYK 0.41 0 0.40 0.13
HSL 121.32º 0.57% 0.69% -
HSV(B) 121.32º 0.41% 0.87% -
XYZ 39.23 58.12 30.98 -
YUV 183.65 98.85 89.74 -
System Red Green Blue C M Y K H S L
Decimal 130 221 132 0.41 0 0.40 0.13 121.32 0.57 0.69
Hex 82 DD 84 29 0 28 D 79 39 45
Octal 202 335 204 51 0 50 15 171 71 105
Binary 10000010 11011101 10000100 101001 0 101000 1101 1111001 111001 1000101

Color Harmonies of #82DD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD84

Black with #82DD84

Text Example


Text Example

White with #82DD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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