Html Css Color HEX #7DCD76 Pastel Green

📋 copy color: '#7DCD76'

red 125 ◦ green 205 ◦ blue 118

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

Shades of Pastel Green #7DCD76

Tints of Pastel Green #7DCD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

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

R = 27.9%
G = 45.76%
B = 26.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#7DCD76 (or 0x7DCD76) is known color: Pastel Green. HEX triplet: 7D, CD and 76. RGB value is (125,205,118). Sum of RGB (Red+Green+Blue) = 125+205+118=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD76 is #823289. Grayscale: #ABABAB. Windows color (decimal): -8532618 or 7785853. OLE color: 7785853.

HSL color Cylindrical-coordinate representation of color #7DCD76: hue angle of 115.17º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DCD76 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 118 -
CMYK 0.39 0 0.42 0.20
HSL 115.17º 0.47% 0.63% -
HSV(B) 115.17º 0.42% 0.8% -
XYZ 33.56 49.33 24.89 -
YUV 171.16 98 95.07 -
System Red Green Blue C M Y K H S L
Decimal 125 205 118 0.39 0 0.42 0.20 115.17 0.47 0.63
Hex 7D CD 76 27 0 2A 14 73 2F 3F
Octal 175 315 166 47 0 52 24 163 57 77
Binary 1111101 11001101 1110110 100111 0 101010 10100 1110011 101111 111111

Color Harmonies of #7DCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD76

Black with #7DCD76

Text Example


Text Example

White with #7DCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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