Shades of Pastel Green #60DA73
Tints of Pastel Green #60DA73
RGB
CMYK
RGB Variations
Color information
#60DA73 (or 0x60DA73) is known color: Pastel Green. HEX triplet: 60, DA and 73. RGB value is (96,218,115). Sum of RGB (Red+Green+Blue) = 96+218+115=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DA73 is #9F258C. Grayscale: #AAAAAA. Windows color (decimal): -10429837 or 7592544. OLE color: 7592544.
HSL color Cylindrical-coordinate representation of color #60DA73: hue angle of 129.34º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA73 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 115 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.15 |
| HSL | 129.34º | 0.62% | 0.62% | - |
| HSV(B) | 129.34º | 0.56% | 0.85% | - |
| XYZ | 32.99 | 53.87 | 24.88 | - |
| YUV | 169.78 | 97.08 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 115 | 0.56 | 0 | 0.47 | 0.15 | 129.34 | 0.62 | 0.62 |
| Hex | 60 | DA | 73 | 38 | 0 | 2F | F | 81 | 3E | 3E |
| Octal | 140 | 332 | 163 | 70 | 0 | 57 | 17 | 201 | 76 | 76 |
| Binary | 1100000 | 11011010 | 1110011 | 111000 | 0 | 101111 | 1111 | 10000001 | 111110 | 111110 |
Color Harmonies of #60DA73
Complementary color
Monochromatic Colors of #60DA73
Black with #60DA73
Text Example
Text Example
White with #60DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA73; }
p { color: rgb(96,218,115); }
H1.HeaderClassName
{
color: #60DA73;
}
.AnyTagClassName
{
color: #60DA73;
}
</style>
background-color css
<style>
a { background-color: #60DA73; }
a { background-color: rgb(96,218,115); }
div.DivClassName
{
background-color: #60DA73;
}
.BgClassName
{
background-color: #60DA73;
}
</style>
border-color css
<style>
span { border-color: #60DA73; }
span { border-color: rgb(96,218,115); }
td.TdClassName
{
border-color: #60DA73;
}
.TagClassName
{
border-color: #60DA73;
}
</style>