Shades of Pastel Green #60D855
Tints of Pastel Green #60D855
RGB
CMYK
RGB Variations
Color information
#60D855 (or 0x60D855) is known color: Pastel Green. HEX triplet: 60, D8 and 55. RGB value is (96,216,85). Sum of RGB (Red+Green+Blue) = 96+216+85=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #60D855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D855 is #9F27AA. Grayscale: #A5A5A5. Windows color (decimal): -10430379 or 5625952. OLE color: 5625952.
HSL color Cylindrical-coordinate representation of color #60D855: hue angle of 114.96º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60D855 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 85 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.15 |
| HSL | 114.96º | 0.63% | 0.59% | - |
| HSV(B) | 114.96º | 0.61% | 0.85% | - |
| XYZ | 31.02 | 52.25 | 17.05 | - |
| YUV | 165.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 85 | 0.56 | 0 | 0.61 | 0.15 | 114.96 | 0.63 | 0.59 |
| Hex | 60 | D8 | 55 | 38 | 0 | 3D | F | 73 | 3F | 3B |
| Octal | 140 | 330 | 125 | 70 | 0 | 75 | 17 | 163 | 77 | 73 |
| Binary | 1100000 | 11011000 | 1010101 | 111000 | 0 | 111101 | 1111 | 1110011 | 111111 | 111011 |
Color Harmonies of #60D855
Complementary color
Monochromatic Colors of #60D855
Black with #60D855
Text Example
Text Example
White with #60D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D855; }
p { color: rgb(96,216,85); }
H1.HeaderClassName
{
color: #60D855;
}
.AnyTagClassName
{
color: #60D855;
}
</style>
background-color css
<style>
a { background-color: #60D855; }
a { background-color: rgb(96,216,85); }
div.DivClassName
{
background-color: #60D855;
}
.BgClassName
{
background-color: #60D855;
}
</style>
border-color css
<style>
span { border-color: #60D855; }
span { border-color: rgb(96,216,85); }
td.TdClassName
{
border-color: #60D855;
}
.TagClassName
{
border-color: #60D855;
}
</style>