Shades of Pastel Green #60D768
Tints of Pastel Green #60D768
RGB
CMYK
RGB Variations
Color information
#60D768 (or 0x60D768) is known color: Pastel Green. HEX triplet: 60, D7 and 68. RGB value is (96,215,104). Sum of RGB (Red+Green+Blue) = 96+215+104=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #60D768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D768 is #9F2897. Grayscale: #A7A7A7. Windows color (decimal): -10430616 or 6870880. OLE color: 6870880.
HSL color Cylindrical-coordinate representation of color #60D768: hue angle of 124.03º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D768 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 104 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.16 |
| HSL | 124.03º | 0.6% | 0.61% | - |
| HSV(B) | 124.03º | 0.55% | 0.84% | - |
| XYZ | 31.62 | 52.09 | 21.48 | - |
| YUV | 166.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 104 | 0.55 | 0 | 0.52 | 0.16 | 124.03 | 0.6 | 0.61 |
| Hex | 60 | D7 | 68 | 37 | 0 | 34 | 10 | 7C | 3C | 3D |
| Octal | 140 | 327 | 150 | 67 | 0 | 64 | 20 | 174 | 74 | 75 |
| Binary | 1100000 | 11010111 | 1101000 | 110111 | 0 | 110100 | 10000 | 1111100 | 111100 | 111101 |
Color Harmonies of #60D768
Complementary color
Monochromatic Colors of #60D768
Black with #60D768
Text Example
Text Example
White with #60D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D768; }
p { color: rgb(96,215,104); }
H1.HeaderClassName
{
color: #60D768;
}
.AnyTagClassName
{
color: #60D768;
}
</style>
background-color css
<style>
a { background-color: #60D768; }
a { background-color: rgb(96,215,104); }
div.DivClassName
{
background-color: #60D768;
}
.BgClassName
{
background-color: #60D768;
}
</style>
border-color css
<style>
span { border-color: #60D768; }
span { border-color: rgb(96,215,104); }
td.TdClassName
{
border-color: #60D768;
}
.TagClassName
{
border-color: #60D768;
}
</style>