Html Css Color HEX #82DA7D Pastel Green

📋 copy color: '#82DA7D'

red 130 ◦ green 218 ◦ blue 125

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

Shades of Pastel Green #82DA7D

Tints of Pastel Green #82DA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 27.48%
G = 46.09%
B = 26.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#82DA7D (or 0x82DA7D) is known color: Pastel Green. HEX triplet: 82, DA and 7D. RGB value is (130,218,125). Sum of RGB (Red+Green+Blue) = 130+218+125=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA7D is #7D2582. Grayscale: #B5B5B5. Windows color (decimal): -8201603 or 8247938. OLE color: 8247938.

HSL color Cylindrical-coordinate representation of color #82DA7D: hue angle of 116.77º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82DA7D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 125 -
CMYK 0.40 0 0.43 0.15
HSL 116.77º 0.56% 0.67% -
HSV(B) 116.77º 0.43% 0.85% -
XYZ 37.98 56.37 28.28 -
YUV 181.09 96.35 91.56 -
System Red Green Blue C M Y K H S L
Decimal 130 218 125 0.40 0 0.43 0.15 116.77 0.56 0.67
Hex 82 DA 7D 28 0 2B F 75 38 43
Octal 202 332 175 50 0 53 17 165 70 103
Binary 10000010 11011010 1111101 101000 0 101011 1111 1110101 111000 1000011

Color Harmonies of #82DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA7D

Black with #82DA7D

Text Example


Text Example

White with #82DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,125); }

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

background-color css

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

 a { background-color: rgb(130,218,125); }

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

border-color css

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

 span { border-color: rgb(130,218,125); }

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