Html Css Color HEX #7DDC76 Pastel Green

📋 copy color: '#7DDC76'

red 125 ◦ green 220 ◦ blue 118

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

Shades of Pastel Green #7DDC76

Tints of Pastel Green #7DDC76

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.52%

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

R = 27%
G = 47.52%
B = 25.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#7DDC76 (or 0x7DDC76) is known color: Pastel Green. HEX triplet: 7D, DC and 76. RGB value is (125,220,118). Sum of RGB (Red+Green+Blue) = 125+220+118=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC76 is #822389. Grayscale: #B4B4B4. Windows color (decimal): -8528778 or 7789693. OLE color: 7789693.

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

Color convert

RGB 125 220 118 -
CMYK 0.43 0 0.46 0.14
HSL 115.88º 0.59% 0.66% -
HSV(B) 115.88º 0.46% 0.86% -
XYZ 37.32 56.85 26.15 -
YUV 179.97 93.03 88.79 -
System Red Green Blue C M Y K H S L
Decimal 125 220 118 0.43 0 0.46 0.14 115.88 0.59 0.66
Hex 7D DC 76 2B 0 2E E 74 3B 42
Octal 175 334 166 53 0 56 16 164 73 102
Binary 1111101 11011100 1110110 101011 0 101110 1110 1110100 111011 1000010

Color Harmonies of #7DDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDC76

Black with #7DDC76

Text Example


Text Example

White with #7DDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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