Html Css Color HEX #7DD96F Pastel Green

📋 copy color: '#7DD96F'

red 125 ◦ green 217 ◦ blue 111

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

Shades of Pastel Green #7DD96F

Tints of Pastel Green #7DD96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 27.59%
G = 47.9%
B = 24.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#7DD96F (or 0x7DD96F) is known color: Pastel Green. HEX triplet: 7D, D9 and 6F. RGB value is (125,217,111). Sum of RGB (Red+Green+Blue) = 125+217+111=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD96F is #822690. Grayscale: #B1B1B1. Windows color (decimal): -8529553 or 7330173. OLE color: 7330173.

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

Color convert

RGB 125 217 111 -
CMYK 0.42 0 0.49 0.15
HSL 112.08º 0.58% 0.64% -
HSV(B) 112.08º 0.49% 0.85% -
XYZ 36.14 55.13 23.78 -
YUV 177.41 90.52 90.62 -
System Red Green Blue C M Y K H S L
Decimal 125 217 111 0.42 0 0.49 0.15 112.08 0.58 0.64
Hex 7D D9 6F 2A 0 31 F 70 3A 40
Octal 175 331 157 52 0 61 17 160 72 100
Binary 1111101 11011001 1101111 101010 0 110001 1111 1110000 111010 1000000

Color Harmonies of #7DD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD96F

Black with #7DD96F

Text Example


Text Example

White with #7DD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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