Html Css Color HEX #82DD70 Pastel Green

📋 copy color: '#82DD70'

red 130 ◦ green 221 ◦ blue 112

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

Shades of Pastel Green #82DD70

Tints of Pastel Green #82DD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 28.08%
G = 47.73%
B = 24.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#82DD70 (or 0x82DD70) is known color: Pastel Green. HEX triplet: 82, DD and 70. RGB value is (130,221,112). Sum of RGB (Red+Green+Blue) = 130+221+112=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD70 is #7D228F. Grayscale: #B5B5B5. Windows color (decimal): -8200848 or 7396738. OLE color: 7396738.

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

Color convert

RGB 130 221 112 -
CMYK 0.41 0 0.49 0.13
HSL 110.09º 0.62% 0.65% -
HSV(B) 110.09º 0.49% 0.87% -
XYZ 37.99 57.63 24.45 -
YUV 181.37 88.85 91.36 -
System Red Green Blue C M Y K H S L
Decimal 130 221 112 0.41 0 0.49 0.13 110.09 0.62 0.65
Hex 82 DD 70 29 0 31 D 6E 3E 41
Octal 202 335 160 51 0 61 15 156 76 101
Binary 10000010 11011101 1110000 101001 0 110001 1101 1101110 111110 1000001

Color Harmonies of #82DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD70

Black with #82DD70

Text Example


Text Example

White with #82DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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