Shades of Pastel Green #60D85C
Tints of Pastel Green #60D85C
RGB
CMYK
RGB Variations
Color information
#60D85C (or 0x60D85C) is known color: Pastel Green. HEX triplet: 60, D8 and 5C. RGB value is (96,216,92). Sum of RGB (Red+Green+Blue) = 96+216+92=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #60D85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D85C is #9F27A3. Grayscale: #A6A6A6. Windows color (decimal): -10430372 or 6084704. OLE color: 6084704.
HSL color Cylindrical-coordinate representation of color #60D85C: hue angle of 118.06º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60D85C is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 92 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.15 |
| HSL | 118.06º | 0.61% | 0.6% | - |
| HSV(B) | 118.06º | 0.57% | 0.85% | - |
| XYZ | 31.31 | 52.37 | 18.58 | - |
| YUV | 165.98 | 86.24 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 92 | 0.56 | 0 | 0.57 | 0.15 | 118.06 | 0.61 | 0.6 |
| Hex | 60 | D8 | 5C | 38 | 0 | 39 | F | 76 | 3D | 3C |
| Octal | 140 | 330 | 134 | 70 | 0 | 71 | 17 | 166 | 75 | 74 |
| Binary | 1100000 | 11011000 | 1011100 | 111000 | 0 | 111001 | 1111 | 1110110 | 111101 | 111100 |
Color Harmonies of #60D85C
Complementary color
Monochromatic Colors of #60D85C
Black with #60D85C
Text Example
Text Example
White with #60D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D85C; }
p { color: rgb(96,216,92); }
H1.HeaderClassName
{
color: #60D85C;
}
.AnyTagClassName
{
color: #60D85C;
}
</style>
background-color css
<style>
a { background-color: #60D85C; }
a { background-color: rgb(96,216,92); }
div.DivClassName
{
background-color: #60D85C;
}
.BgClassName
{
background-color: #60D85C;
}
</style>
border-color css
<style>
span { border-color: #60D85C; }
span { border-color: rgb(96,216,92); }
td.TdClassName
{
border-color: #60D85C;
}
.TagClassName
{
border-color: #60D85C;
}
</style>