Shades of Pastel Green #74DC7D
Tints of Pastel Green #74DC7D
RGB
CMYK
RGB Variations
Color information
#74DC7D (or 0x74DC7D) is known color: Pastel Green. HEX triplet: 74, DC and 7D. RGB value is (116,220,125). Sum of RGB (Red+Green+Blue) = 116+220+125=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC7D is #8B2382. Grayscale: #B2B2B2. Windows color (decimal): -9118595 or 8248436. OLE color: 8248436.
HSL color Cylindrical-coordinate representation of color #74DC7D: hue angle of 125.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DC7D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 125 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.14 |
| HSL | 125.19º | 0.6% | 0.66% | - |
| HSV(B) | 125.19º | 0.47% | 0.86% | - |
| XYZ | 36.5 | 56.38 | 28.36 | - |
| YUV | 178.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 125 | 0.47 | 0 | 0.43 | 0.14 | 125.19 | 0.6 | 0.66 |
| Hex | 74 | DC | 7D | 2F | 0 | 2B | E | 7D | 3C | 42 |
| Octal | 164 | 334 | 175 | 57 | 0 | 53 | 16 | 175 | 74 | 102 |
| Binary | 1110100 | 11011100 | 1111101 | 101111 | 0 | 101011 | 1110 | 1111101 | 111100 | 1000010 |
Color Harmonies of #74DC7D
Complementary color
Monochromatic Colors of #74DC7D
Black with #74DC7D
Text Example
Text Example
White with #74DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC7D; }
p { color: rgb(116,220,125); }
H1.HeaderClassName
{
color: #74DC7D;
}
.AnyTagClassName
{
color: #74DC7D;
}
</style>
background-color css
<style>
a { background-color: #74DC7D; }
a { background-color: rgb(116,220,125); }
div.DivClassName
{
background-color: #74DC7D;
}
.BgClassName
{
background-color: #74DC7D;
}
</style>
border-color css
<style>
span { border-color: #74DC7D; }
span { border-color: rgb(116,220,125); }
td.TdClassName
{
border-color: #74DC7D;
}
.TagClassName
{
border-color: #74DC7D;
}
</style>