Shades of Pastel Green #74DD5D
Tints of Pastel Green #74DD5D
RGB
CMYK
RGB Variations
Color information
#74DD5D (or 0x74DD5D) is known color: Pastel Green. HEX triplet: 74, DD and 5D. RGB value is (116,221,93). Sum of RGB (Red+Green+Blue) = 116+221+93=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD5D is #8B22A2. Grayscale: #AFAFAF. Windows color (decimal): -9118371 or 6151540. OLE color: 6151540.
HSL color Cylindrical-coordinate representation of color #74DD5D: hue angle of 109.22º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74DD5D is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 93 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.13 |
| HSL | 109.22º | 0.65% | 0.62% | - |
| HSV(B) | 109.22º | 0.58% | 0.87% | - |
| XYZ | 35.03 | 56.22 | 19.36 | - |
| YUV | 175.01 | 81.71 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 93 | 0.48 | 0 | 0.58 | 0.13 | 109.22 | 0.65 | 0.62 |
| Hex | 74 | DD | 5D | 30 | 0 | 3A | D | 6D | 41 | 3E |
| Octal | 164 | 335 | 135 | 60 | 0 | 72 | 15 | 155 | 101 | 76 |
| Binary | 1110100 | 11011101 | 1011101 | 110000 | 0 | 111010 | 1101 | 1101101 | 1000001 | 111110 |
Color Harmonies of #74DD5D
Complementary color
Monochromatic Colors of #74DD5D
Black with #74DD5D
Text Example
Text Example
White with #74DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD5D; }
p { color: rgb(116,221,93); }
H1.HeaderClassName
{
color: #74DD5D;
}
.AnyTagClassName
{
color: #74DD5D;
}
</style>
background-color css
<style>
a { background-color: #74DD5D; }
a { background-color: rgb(116,221,93); }
div.DivClassName
{
background-color: #74DD5D;
}
.BgClassName
{
background-color: #74DD5D;
}
</style>
border-color css
<style>
span { border-color: #74DD5D; }
span { border-color: rgb(116,221,93); }
td.TdClassName
{
border-color: #74DD5D;
}
.TagClassName
{
border-color: #74DD5D;
}
</style>