Html Css Color HEX #7DD982 Pastel Green

📋 copy color: '#7DD982'

red 125 ◦ green 217 ◦ blue 130

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

Shades of Pastel Green #7DD982

Tints of Pastel Green #7DD982

RGB

 RED value IS 125 (49.22% from 255) = 26.48%

 GREEN value IS 217 (85.16% from 255) = 45.97%

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 26.48%
G = 45.97%
B = 27.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#7DD982 (or 0x7DD982) is known color: Pastel Green. HEX triplet: 7D, D9 and 82. RGB value is (125,217,130). Sum of RGB (Red+Green+Blue) = 125+217+130=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD982 is #82267D. Grayscale: #B3B3B3. Windows color (decimal): -8529534 or 8575357. OLE color: 8575357.

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

Color convert

RGB 125 217 130 -
CMYK 0.42 0 0.40 0.15
HSL 123.26º 0.55% 0.67% -
HSV(B) 123.26º 0.42% 0.85% -
XYZ 37.3 55.6 29.88 -
YUV 179.57 100.02 89.07 -
System Red Green Blue C M Y K H S L
Decimal 125 217 130 0.42 0 0.40 0.15 123.26 0.55 0.67
Hex 7D D9 82 2A 0 28 F 7B 37 43
Octal 175 331 202 52 0 50 17 173 67 103
Binary 1111101 11011001 10000010 101010 0 101000 1111 1111011 110111 1000011

Color Harmonies of #7DD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD982

Black with #7DD982

Text Example


Text Example

White with #7DD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DD982; }

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

 H1.HeaderClassName
 {
   color: #7DD982;
 }
 .AnyTagClassName
 {
   color: #7DD982;
 }
</style>

background-color css

<style>
 a { background-color: #7DD982; }

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

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

border-color css

<style>
 span { border-color: #7DD982; }

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

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