Shades of Pastel Green #74DD65
Tints of Pastel Green #74DD65
RGB
CMYK
RGB Variations
Color information
#74DD65 (or 0x74DD65) is known color: Pastel Green. HEX triplet: 74, DD and 65. RGB value is (116,221,101). Sum of RGB (Red+Green+Blue) = 116+221+101=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD65 is #8B229A. Grayscale: #B0B0B0. Windows color (decimal): -9118363 or 6675828. OLE color: 6675828.
HSL color Cylindrical-coordinate representation of color #74DD65: hue angle of 112.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DD65 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 101 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.13 |
| HSL | 112.5º | 0.64% | 0.63% | - |
| HSV(B) | 112.5º | 0.54% | 0.87% | - |
| XYZ | 35.41 | 56.37 | 21.33 | - |
| YUV | 175.93 | 85.71 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 101 | 0.48 | 0 | 0.54 | 0.13 | 112.5 | 0.64 | 0.63 |
| Hex | 74 | DD | 65 | 30 | 0 | 36 | D | 70 | 40 | 3F |
| Octal | 164 | 335 | 145 | 60 | 0 | 66 | 15 | 160 | 100 | 77 |
| Binary | 1110100 | 11011101 | 1100101 | 110000 | 0 | 110110 | 1101 | 1110000 | 1000000 | 111111 |
Color Harmonies of #74DD65
Complementary color
Monochromatic Colors of #74DD65
Black with #74DD65
Text Example
Text Example
White with #74DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD65; }
p { color: rgb(116,221,101); }
H1.HeaderClassName
{
color: #74DD65;
}
.AnyTagClassName
{
color: #74DD65;
}
</style>
background-color css
<style>
a { background-color: #74DD65; }
a { background-color: rgb(116,221,101); }
div.DivClassName
{
background-color: #74DD65;
}
.BgClassName
{
background-color: #74DD65;
}
</style>
border-color css
<style>
span { border-color: #74DD65; }
span { border-color: rgb(116,221,101); }
td.TdClassName
{
border-color: #74DD65;
}
.TagClassName
{
border-color: #74DD65;
}
</style>