Shades of Pastel Green #60D96E
Tints of Pastel Green #60D96E
RGB
CMYK
RGB Variations
Color information
#60D96E (or 0x60D96E) is known color: Pastel Green. HEX triplet: 60, D9 and 6E. RGB value is (96,217,110). Sum of RGB (Red+Green+Blue) = 96+217+110=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #60D96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D96E is #9F2691. Grayscale: #A8A8A8. Windows color (decimal): -10430098 or 7264608. OLE color: 7264608.
HSL color Cylindrical-coordinate representation of color #60D96E: hue angle of 126.94º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D96E is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 110 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.15 |
| HSL | 126.94º | 0.61% | 0.61% | - |
| HSV(B) | 126.94º | 0.56% | 0.85% | - |
| XYZ | 32.45 | 53.24 | 23.32 | - |
| YUV | 168.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 110 | 0.56 | 0 | 0.49 | 0.15 | 126.94 | 0.61 | 0.61 |
| Hex | 60 | D9 | 6E | 38 | 0 | 31 | F | 7F | 3D | 3D |
| Octal | 140 | 331 | 156 | 70 | 0 | 61 | 17 | 177 | 75 | 75 |
| Binary | 1100000 | 11011001 | 1101110 | 111000 | 0 | 110001 | 1111 | 1111111 | 111101 | 111101 |
Color Harmonies of #60D96E
Complementary color
Monochromatic Colors of #60D96E
Black with #60D96E
Text Example
Text Example
White with #60D96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D96E; }
p { color: rgb(96,217,110); }
H1.HeaderClassName
{
color: #60D96E;
}
.AnyTagClassName
{
color: #60D96E;
}
</style>
background-color css
<style>
a { background-color: #60D96E; }
a { background-color: rgb(96,217,110); }
div.DivClassName
{
background-color: #60D96E;
}
.BgClassName
{
background-color: #60D96E;
}
</style>
border-color css
<style>
span { border-color: #60D96E; }
span { border-color: rgb(96,217,110); }
td.TdClassName
{
border-color: #60D96E;
}
.TagClassName
{
border-color: #60D96E;
}
</style>