Shades of Pastel Green #60D758
Tints of Pastel Green #60D758
RGB
CMYK
RGB Variations
Color information
#60D758 (or 0x60D758) is known color: Pastel Green. HEX triplet: 60, D7 and 58. RGB value is (96,215,88). Sum of RGB (Red+Green+Blue) = 96+215+88=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #60D758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D758 is #9F28A7. Grayscale: #A5A5A5. Windows color (decimal): -10430632 or 5822304. OLE color: 5822304.
HSL color Cylindrical-coordinate representation of color #60D758: hue angle of 116.22º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60D758 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 88 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.16 |
| HSL | 116.22º | 0.61% | 0.59% | - |
| HSV(B) | 116.22º | 0.59% | 0.84% | - |
| XYZ | 30.89 | 51.79 | 17.6 | - |
| YUV | 164.94 | 84.58 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 88 | 0.55 | 0 | 0.59 | 0.16 | 116.22 | 0.61 | 0.59 |
| Hex | 60 | D7 | 58 | 37 | 0 | 3B | 10 | 74 | 3D | 3B |
| Octal | 140 | 327 | 130 | 67 | 0 | 73 | 20 | 164 | 75 | 73 |
| Binary | 1100000 | 11010111 | 1011000 | 110111 | 0 | 111011 | 10000 | 1110100 | 111101 | 111011 |
Color Harmonies of #60D758
Complementary color
Monochromatic Colors of #60D758
Black with #60D758
Text Example
Text Example
White with #60D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D758; }
p { color: rgb(96,215,88); }
H1.HeaderClassName
{
color: #60D758;
}
.AnyTagClassName
{
color: #60D758;
}
</style>
background-color css
<style>
a { background-color: #60D758; }
a { background-color: rgb(96,215,88); }
div.DivClassName
{
background-color: #60D758;
}
.BgClassName
{
background-color: #60D758;
}
</style>
border-color css
<style>
span { border-color: #60D758; }
span { border-color: rgb(96,215,88); }
td.TdClassName
{
border-color: #60D758;
}
.TagClassName
{
border-color: #60D758;
}
</style>