Shades of Pastel Green #74DD7D
Tints of Pastel Green #74DD7D
RGB
CMYK
RGB Variations
Color information
#74DD7D (or 0x74DD7D) is known color: Pastel Green. HEX triplet: 74, DD and 7D. RGB value is (116,221,125). Sum of RGB (Red+Green+Blue) = 116+221+125=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD7D is #8B2282. Grayscale: #B2B2B2. Windows color (decimal): -9118339 or 8248692. OLE color: 8248692.
HSL color Cylindrical-coordinate representation of color #74DD7D: hue angle of 125.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DD7D is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 125 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.13 |
| HSL | 125.14º | 0.61% | 0.66% | - |
| HSV(B) | 125.14º | 0.48% | 0.87% | - |
| XYZ | 36.76 | 56.91 | 28.45 | - |
| YUV | 178.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 125 | 0.48 | 0 | 0.43 | 0.13 | 125.14 | 0.61 | 0.66 |
| Hex | 74 | DD | 7D | 30 | 0 | 2B | D | 7D | 3D | 42 |
| Octal | 164 | 335 | 175 | 60 | 0 | 53 | 15 | 175 | 75 | 102 |
| Binary | 1110100 | 11011101 | 1111101 | 110000 | 0 | 101011 | 1101 | 1111101 | 111101 | 1000010 |
Color Harmonies of #74DD7D
Complementary color
Monochromatic Colors of #74DD7D
Black with #74DD7D
Text Example
Text Example
White with #74DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD7D; }
p { color: rgb(116,221,125); }
H1.HeaderClassName
{
color: #74DD7D;
}
.AnyTagClassName
{
color: #74DD7D;
}
</style>
background-color css
<style>
a { background-color: #74DD7D; }
a { background-color: rgb(116,221,125); }
div.DivClassName
{
background-color: #74DD7D;
}
.BgClassName
{
background-color: #74DD7D;
}
</style>
border-color css
<style>
span { border-color: #74DD7D; }
span { border-color: rgb(116,221,125); }
td.TdClassName
{
border-color: #74DD7D;
}
.TagClassName
{
border-color: #74DD7D;
}
</style>