Shades of Pastel Green #60DA5D
Tints of Pastel Green #60DA5D
RGB
CMYK
RGB Variations
Color information
#60DA5D (or 0x60DA5D) is known color: Pastel Green. HEX triplet: 60, DA and 5D. RGB value is (96,218,93). Sum of RGB (Red+Green+Blue) = 96+218+93=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DA5D is #9F25A2. Grayscale: #A7A7A7. Windows color (decimal): -10429859 or 6150752. OLE color: 6150752.
HSL color Cylindrical-coordinate representation of color #60DA5D: hue angle of 118.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DA5D is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 93 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.15 |
| HSL | 118.56º | 0.63% | 0.61% | - |
| HSV(B) | 118.56º | 0.57% | 0.85% | - |
| XYZ | 31.87 | 53.42 | 18.99 | - |
| YUV | 167.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 93 | 0.56 | 0 | 0.57 | 0.15 | 118.56 | 0.63 | 0.61 |
| Hex | 60 | DA | 5D | 38 | 0 | 39 | F | 77 | 3F | 3D |
| Octal | 140 | 332 | 135 | 70 | 0 | 71 | 17 | 167 | 77 | 75 |
| Binary | 1100000 | 11011010 | 1011101 | 111000 | 0 | 111001 | 1111 | 1110111 | 111111 | 111101 |
Color Harmonies of #60DA5D
Complementary color
Monochromatic Colors of #60DA5D
Black with #60DA5D
Text Example
Text Example
White with #60DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA5D; }
p { color: rgb(96,218,93); }
H1.HeaderClassName
{
color: #60DA5D;
}
.AnyTagClassName
{
color: #60DA5D;
}
</style>
background-color css
<style>
a { background-color: #60DA5D; }
a { background-color: rgb(96,218,93); }
div.DivClassName
{
background-color: #60DA5D;
}
.BgClassName
{
background-color: #60DA5D;
}
</style>
border-color css
<style>
span { border-color: #60DA5D; }
span { border-color: rgb(96,218,93); }
td.TdClassName
{
border-color: #60DA5D;
}
.TagClassName
{
border-color: #60DA5D;
}
</style>