Shades of Pastel Green #60D76F
Tints of Pastel Green #60D76F
RGB
CMYK
RGB Variations
Color information
#60D76F (or 0x60D76F) is known color: Pastel Green. HEX triplet: 60, D7 and 6F. RGB value is (96,215,111). Sum of RGB (Red+Green+Blue) = 96+215+111=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #60D76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D76F is #9F2890. Grayscale: #A7A7A7. Windows color (decimal): -10430609 or 7329632. OLE color: 7329632.
HSL color Cylindrical-coordinate representation of color #60D76F: hue angle of 127.56º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D76F is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 111 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.16 |
| HSL | 127.56º | 0.6% | 0.61% | - |
| HSV(B) | 127.56º | 0.55% | 0.84% | - |
| XYZ | 31.99 | 52.24 | 23.44 | - |
| YUV | 167.56 | 96.08 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 111 | 0.55 | 0 | 0.48 | 0.16 | 127.56 | 0.6 | 0.61 |
| Hex | 60 | D7 | 6F | 37 | 0 | 30 | 10 | 80 | 3C | 3D |
| Octal | 140 | 327 | 157 | 67 | 0 | 60 | 20 | 200 | 74 | 75 |
| Binary | 1100000 | 11010111 | 1101111 | 110111 | 0 | 110000 | 10000 | 10000000 | 111100 | 111101 |
Color Harmonies of #60D76F
Complementary color
Monochromatic Colors of #60D76F
Black with #60D76F
Text Example
Text Example
White with #60D76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D76F; }
p { color: rgb(96,215,111); }
H1.HeaderClassName
{
color: #60D76F;
}
.AnyTagClassName
{
color: #60D76F;
}
</style>
background-color css
<style>
a { background-color: #60D76F; }
a { background-color: rgb(96,215,111); }
div.DivClassName
{
background-color: #60D76F;
}
.BgClassName
{
background-color: #60D76F;
}
</style>
border-color css
<style>
span { border-color: #60D76F; }
span { border-color: rgb(96,215,111); }
td.TdClassName
{
border-color: #60D76F;
}
.TagClassName
{
border-color: #60D76F;
}
</style>