Html Css Color HEX #82DD85 Pastel Green

📋 copy color: '#82DD85'

red 130 ◦ green 221 ◦ blue 133

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

Shades of Pastel Green #82DD85

Tints of Pastel Green #82DD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 26.86%
G = 45.66%
B = 27.48%

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

#82DD85 (or 0x82DD85) is known color: Pastel Green. HEX triplet: 82, DD and 85. RGB value is (130,221,133). Sum of RGB (Red+Green+Blue) = 130+221+133=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DD85 is #7D227A. Grayscale: #B8B8B8. Windows color (decimal): -8200827 or 8772994. OLE color: 8772994.

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

Color convert

RGB 130 221 133 -
CMYK 0.41 0 0.40 0.13
HSL 121.98º 0.57% 0.69% -
HSV(B) 121.98º 0.41% 0.87% -
XYZ 39.3 58.15 31.34 -
YUV 183.76 99.35 89.66 -
System Red Green Blue C M Y K H S L
Decimal 130 221 133 0.41 0 0.40 0.13 121.98 0.57 0.69
Hex 82 DD 85 29 0 28 D 7A 39 45
Octal 202 335 205 51 0 50 15 172 71 105
Binary 10000010 11011101 10000101 101001 0 101000 1101 1111010 111001 1000101

Color Harmonies of #82DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD85

Black with #82DD85

Text Example


Text Example

White with #82DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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