Shades of Pastel Green #60DF5F
Tints of Pastel Green #60DF5F
RGB
CMYK
RGB Variations
Color information
#60DF5F (or 0x60DF5F) is known color: Pastel Green. HEX triplet: 60, DF and 5F. RGB value is (96,223,95). Sum of RGB (Red+Green+Blue) = 96+223+95=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DF5F is #9F20A0. Grayscale: #AAAAAA. Windows color (decimal): -10428577 or 6283104. OLE color: 6283104.
HSL color Cylindrical-coordinate representation of color #60DF5F: hue angle of 119.53º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DF5F is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 95 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.13 |
| HSL | 119.53º | 0.67% | 0.62% | - |
| HSV(B) | 119.53º | 0.57% | 0.87% | - |
| XYZ | 33.28 | 56.09 | 19.9 | - |
| YUV | 170.44 | 85.42 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 95 | 0.57 | 0 | 0.57 | 0.13 | 119.53 | 0.67 | 0.62 |
| Hex | 60 | DF | 5F | 39 | 0 | 39 | D | 78 | 43 | 3E |
| Octal | 140 | 337 | 137 | 71 | 0 | 71 | 15 | 170 | 103 | 76 |
| Binary | 1100000 | 11011111 | 1011111 | 111001 | 0 | 111001 | 1101 | 1111000 | 1000011 | 111110 |
Color Harmonies of #60DF5F
Complementary color
Monochromatic Colors of #60DF5F
Black with #60DF5F
Text Example
Text Example
White with #60DF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF5F; }
p { color: rgb(96,223,95); }
H1.HeaderClassName
{
color: #60DF5F;
}
.AnyTagClassName
{
color: #60DF5F;
}
</style>
background-color css
<style>
a { background-color: #60DF5F; }
a { background-color: rgb(96,223,95); }
div.DivClassName
{
background-color: #60DF5F;
}
.BgClassName
{
background-color: #60DF5F;
}
</style>
border-color css
<style>
span { border-color: #60DF5F; }
span { border-color: rgb(96,223,95); }
td.TdClassName
{
border-color: #60DF5F;
}
.TagClassName
{
border-color: #60DF5F;
}
</style>