Html Css Color HEX #82DD6E Pastel Green

📋 copy color: '#82DD6E'

red 130 ◦ green 221 ◦ blue 110

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

Shades of Pastel Green #82DD6E

Tints of Pastel Green #82DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 28.2%
G = 47.94%
B = 23.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#82DD6E (or 0x82DD6E) is known color: Pastel Green. HEX triplet: 82, DD and 6E. RGB value is (130,221,110). Sum of RGB (Red+Green+Blue) = 130+221+110=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD6E is #7D2291. Grayscale: #B5B5B5. Windows color (decimal): -8200850 or 7265666. OLE color: 7265666.

HSL color Cylindrical-coordinate representation of color #82DD6E: hue angle of 109.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82DD6E is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 221 110 -
CMYK 0.41 0 0.50 0.13
HSL 109.19º 0.62% 0.65% -
HSV(B) 109.19º 0.5% 0.87% -
XYZ 37.88 57.58 23.87 -
YUV 181.14 87.85 91.53 -
System Red Green Blue C M Y K H S L
Decimal 130 221 110 0.41 0 0.50 0.13 109.19 0.62 0.65
Hex 82 DD 6E 29 0 32 D 6D 3E 41
Octal 202 335 156 51 0 62 15 155 76 101
Binary 10000010 11011101 1101110 101001 0 110010 1101 1101101 111110 1000001

Color Harmonies of #82DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD6E

Black with #82DD6E

Text Example


Text Example

White with #82DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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