Html Css Color HEX #7DDA76 Pastel Green

📋 copy color: '#7DDA76'

red 125 ◦ green 218 ◦ blue 118

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

Shades of Pastel Green #7DDA76

Tints of Pastel Green #7DDA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 27.11%
G = 47.29%
B = 25.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#7DDA76 (or 0x7DDA76) is known color: Pastel Green. HEX triplet: 7D, DA and 76. RGB value is (125,218,118). Sum of RGB (Red+Green+Blue) = 125+218+118=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA76 is #822589. Grayscale: #B3B3B3. Windows color (decimal): -8529290 or 7789181. OLE color: 7789181.

HSL color Cylindrical-coordinate representation of color #7DDA76: hue angle of 115.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DDA76 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 218 118 -
CMYK 0.43 0 0.46 0.15
HSL 115.8º 0.57% 0.66% -
HSV(B) 115.8º 0.46% 0.85% -
XYZ 36.8 55.81 25.97 -
YUV 178.79 93.69 89.63 -
System Red Green Blue C M Y K H S L
Decimal 125 218 118 0.43 0 0.46 0.15 115.8 0.57 0.66
Hex 7D DA 76 2B 0 2E F 74 39 42
Octal 175 332 166 53 0 56 17 164 71 102
Binary 1111101 11011010 1110110 101011 0 101110 1111 1110100 111001 1000010

Color Harmonies of #7DDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDA76

Black with #7DDA76

Text Example


Text Example

White with #7DDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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