Html Css Color HEX #7DD96D Pastel Green

📋 copy color: '#7DD96D'

red 125 ◦ green 217 ◦ blue 109

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

Shades of Pastel Green #7DD96D

Tints of Pastel Green #7DD96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 27.72%
G = 48.12%
B = 24.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#7DD96D (or 0x7DD96D) is known color: Pastel Green. HEX triplet: 7D, D9 and 6D. RGB value is (125,217,109). Sum of RGB (Red+Green+Blue) = 125+217+109=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD96D is #822692. Grayscale: #B1B1B1. Windows color (decimal): -8529555 or 7199101. OLE color: 7199101.

HSL color Cylindrical-coordinate representation of color #7DD96D: hue angle of 111.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD96D is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 217 109 -
CMYK 0.42 0 0.50 0.15
HSL 111.11º 0.59% 0.64% -
HSV(B) 111.11º 0.5% 0.85% -
XYZ 36.03 55.09 23.2 -
YUV 177.18 89.52 90.78 -
System Red Green Blue C M Y K H S L
Decimal 125 217 109 0.42 0 0.50 0.15 111.11 0.59 0.64
Hex 7D D9 6D 2A 0 32 F 6F 3B 40
Octal 175 331 155 52 0 62 17 157 73 100
Binary 1111101 11011001 1101101 101010 0 110010 1111 1101111 111011 1000000

Color Harmonies of #7DD96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD96D

Black with #7DD96D

Text Example


Text Example

White with #7DD96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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