Shades of Pastel Green #60D658
Tints of Pastel Green #60D658
RGB
CMYK
RGB Variations
Color information
#60D658 (or 0x60D658) is known color: Pastel Green. HEX triplet: 60, D6 and 58. RGB value is (96,214,88). Sum of RGB (Red+Green+Blue) = 96+214+88=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #60D658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D658 is #9F29A7. Grayscale: #A4A4A4. Windows color (decimal): -10430888 or 5822048. OLE color: 5822048.
HSL color Cylindrical-coordinate representation of color #60D658: hue angle of 116.19º 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 #60D658 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 88 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.16 |
| HSL | 116.19º | 0.61% | 0.59% | - |
| HSV(B) | 116.19º | 0.59% | 0.84% | - |
| XYZ | 30.63 | 51.28 | 17.52 | - |
| YUV | 164.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 88 | 0.55 | 0 | 0.59 | 0.16 | 116.19 | 0.61 | 0.59 |
| Hex | 60 | D6 | 58 | 37 | 0 | 3B | 10 | 74 | 3D | 3B |
| Octal | 140 | 326 | 130 | 67 | 0 | 73 | 20 | 164 | 75 | 73 |
| Binary | 1100000 | 11010110 | 1011000 | 110111 | 0 | 111011 | 10000 | 1110100 | 111101 | 111011 |
Color Harmonies of #60D658
Complementary color
Monochromatic Colors of #60D658
Black with #60D658
Text Example
Text Example
White with #60D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D658; }
p { color: rgb(96,214,88); }
H1.HeaderClassName
{
color: #60D658;
}
.AnyTagClassName
{
color: #60D658;
}
</style>
background-color css
<style>
a { background-color: #60D658; }
a { background-color: rgb(96,214,88); }
div.DivClassName
{
background-color: #60D658;
}
.BgClassName
{
background-color: #60D658;
}
</style>
border-color css
<style>
span { border-color: #60D658; }
span { border-color: rgb(96,214,88); }
td.TdClassName
{
border-color: #60D658;
}
.TagClassName
{
border-color: #60D658;
}
</style>