Shades of Pastel Green #60D973
Tints of Pastel Green #60D973
RGB
CMYK
RGB Variations
Color information
#60D973 (or 0x60D973) is known color: Pastel Green. HEX triplet: 60, D9 and 73. RGB value is (96,217,115). Sum of RGB (Red+Green+Blue) = 96+217+115=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #60D973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D973 is #9F268C. Grayscale: #A9A9A9. Windows color (decimal): -10430093 or 7592288. OLE color: 7592288.
HSL color Cylindrical-coordinate representation of color #60D973: hue angle of 129.42º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D973 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 115 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.15 |
| HSL | 129.42º | 0.61% | 0.61% | - |
| HSV(B) | 129.42º | 0.56% | 0.85% | - |
| XYZ | 32.73 | 53.35 | 24.79 | - |
| YUV | 169.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 115 | 0.56 | 0 | 0.47 | 0.15 | 129.42 | 0.61 | 0.61 |
| Hex | 60 | D9 | 73 | 38 | 0 | 2F | F | 81 | 3D | 3D |
| Octal | 140 | 331 | 163 | 70 | 0 | 57 | 17 | 201 | 75 | 75 |
| Binary | 1100000 | 11011001 | 1110011 | 111000 | 0 | 101111 | 1111 | 10000001 | 111101 | 111101 |
Color Harmonies of #60D973
Complementary color
Monochromatic Colors of #60D973
Black with #60D973
Text Example
Text Example
White with #60D973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D973; }
p { color: rgb(96,217,115); }
H1.HeaderClassName
{
color: #60D973;
}
.AnyTagClassName
{
color: #60D973;
}
</style>
background-color css
<style>
a { background-color: #60D973; }
a { background-color: rgb(96,217,115); }
div.DivClassName
{
background-color: #60D973;
}
.BgClassName
{
background-color: #60D973;
}
</style>
border-color css
<style>
span { border-color: #60D973; }
span { border-color: rgb(96,217,115); }
td.TdClassName
{
border-color: #60D973;
}
.TagClassName
{
border-color: #60D973;
}
</style>