Shades of Pastel Green #60DA56
Tints of Pastel Green #60DA56
RGB
CMYK
RGB Variations
Color information
#60DA56 (or 0x60DA56) is known color: Pastel Green. HEX triplet: 60, DA and 56. RGB value is (96,218,86). Sum of RGB (Red+Green+Blue) = 96+218+86=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DA56 is #9F25A9. Grayscale: #A6A6A6. Windows color (decimal): -10429866 or 5692000. OLE color: 5692000.
HSL color Cylindrical-coordinate representation of color #60DA56: hue angle of 115.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60DA56 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 86 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.15 |
| HSL | 115.45º | 0.64% | 0.6% | - |
| HSV(B) | 115.45º | 0.61% | 0.85% | - |
| XYZ | 31.57 | 53.3 | 17.43 | - |
| YUV | 166.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 86 | 0.56 | 0 | 0.61 | 0.15 | 115.45 | 0.64 | 0.6 |
| Hex | 60 | DA | 56 | 38 | 0 | 3D | F | 73 | 40 | 3C |
| Octal | 140 | 332 | 126 | 70 | 0 | 75 | 17 | 163 | 100 | 74 |
| Binary | 1100000 | 11011010 | 1010110 | 111000 | 0 | 111101 | 1111 | 1110011 | 1000000 | 111100 |
Color Harmonies of #60DA56
Complementary color
Monochromatic Colors of #60DA56
Black with #60DA56
Text Example
Text Example
White with #60DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA56; }
p { color: rgb(96,218,86); }
H1.HeaderClassName
{
color: #60DA56;
}
.AnyTagClassName
{
color: #60DA56;
}
</style>
background-color css
<style>
a { background-color: #60DA56; }
a { background-color: rgb(96,218,86); }
div.DivClassName
{
background-color: #60DA56;
}
.BgClassName
{
background-color: #60DA56;
}
</style>
border-color css
<style>
span { border-color: #60DA56; }
span { border-color: rgb(96,218,86); }
td.TdClassName
{
border-color: #60DA56;
}
.TagClassName
{
border-color: #60DA56;
}
</style>