Shades of Pastel Green #60D968
Tints of Pastel Green #60D968
RGB
CMYK
RGB Variations
Color information
#60D968 (or 0x60D968) is known color: Pastel Green. HEX triplet: 60, D9 and 68. RGB value is (96,217,104). Sum of RGB (Red+Green+Blue) = 96+217+104=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #60D968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D968 is #9F2697. Grayscale: #A8A8A8. Windows color (decimal): -10430104 or 6871392. OLE color: 6871392.
HSL color Cylindrical-coordinate representation of color #60D968: hue angle of 123.97º 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 #60D968 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 104 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.15 |
| HSL | 123.97º | 0.61% | 0.61% | - |
| HSV(B) | 123.97º | 0.56% | 0.85% | - |
| XYZ | 32.14 | 53.11 | 21.65 | - |
| YUV | 167.94 | 91.91 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 104 | 0.56 | 0 | 0.52 | 0.15 | 123.97 | 0.61 | 0.61 |
| Hex | 60 | D9 | 68 | 38 | 0 | 34 | F | 7C | 3D | 3D |
| Octal | 140 | 331 | 150 | 70 | 0 | 64 | 17 | 174 | 75 | 75 |
| Binary | 1100000 | 11011001 | 1101000 | 111000 | 0 | 110100 | 1111 | 1111100 | 111101 | 111101 |
Color Harmonies of #60D968
Complementary color
Monochromatic Colors of #60D968
Black with #60D968
Text Example
Text Example
White with #60D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D968; }
p { color: rgb(96,217,104); }
H1.HeaderClassName
{
color: #60D968;
}
.AnyTagClassName
{
color: #60D968;
}
</style>
background-color css
<style>
a { background-color: #60D968; }
a { background-color: rgb(96,217,104); }
div.DivClassName
{
background-color: #60D968;
}
.BgClassName
{
background-color: #60D968;
}
</style>
border-color css
<style>
span { border-color: #60D968; }
span { border-color: rgb(96,217,104); }
td.TdClassName
{
border-color: #60D968;
}
.TagClassName
{
border-color: #60D968;
}
</style>