Shades of Pastel Green #60DD60
Tints of Pastel Green #60DD60
RGB
CMYK
RGB Variations
Color information
#60DD60 (or 0x60DD60) is known color: Pastel Green. HEX triplet: 60, DD and 60. RGB value is (96,221,96). Sum of RGB (Red+Green+Blue) = 96+221+96=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DD60 is #9F229F. Grayscale: #A9A9A9. Windows color (decimal): -10429088 or 6348128. OLE color: 6348128.
HSL color Cylindrical-coordinate representation of color #60DD60: hue angle of 120º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DD60 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 96 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.13 |
| HSL | 120º | 0.65% | 0.62% | - |
| HSV(B) | 120º | 0.57% | 0.87% | - |
| XYZ | 32.79 | 55.04 | 19.96 | - |
| YUV | 169.38 | 86.59 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 96 | 0.57 | 0 | 0.57 | 0.13 | 120 | 0.65 | 0.62 |
| Hex | 60 | DD | 60 | 39 | 0 | 39 | D | 78 | 41 | 3E |
| Octal | 140 | 335 | 140 | 71 | 0 | 71 | 15 | 170 | 101 | 76 |
| Binary | 1100000 | 11011101 | 1100000 | 111001 | 0 | 111001 | 1101 | 1111000 | 1000001 | 111110 |
Color Harmonies of #60DD60
Complementary color
Monochromatic Colors of #60DD60
Black with #60DD60
Text Example
Text Example
White with #60DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DD60; }
p { color: rgb(96,221,96); }
H1.HeaderClassName
{
color: #60DD60;
}
.AnyTagClassName
{
color: #60DD60;
}
</style>
background-color css
<style>
a { background-color: #60DD60; }
a { background-color: rgb(96,221,96); }
div.DivClassName
{
background-color: #60DD60;
}
.BgClassName
{
background-color: #60DD60;
}
</style>
border-color css
<style>
span { border-color: #60DD60; }
span { border-color: rgb(96,221,96); }
td.TdClassName
{
border-color: #60DD60;
}
.TagClassName
{
border-color: #60DD60;
}
</style>