Shades of Pastel Green #60D666
Tints of Pastel Green #60D666
RGB
CMYK
RGB Variations
Color information
#60D666 (or 0x60D666) is known color: Pastel Green. HEX triplet: 60, D6 and 66. RGB value is (96,214,102). Sum of RGB (Red+Green+Blue) = 96+214+102=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #60D666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D666 is #9F2999. Grayscale: #A6A6A6. Windows color (decimal): -10430874 or 6739552. OLE color: 6739552.
HSL color Cylindrical-coordinate representation of color #60D666: hue angle of 123.05º degrees, saturation: 0.59, 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 #60D666 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 102 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.16 |
| HSL | 123.05º | 0.59% | 0.61% | - |
| HSV(B) | 123.05º | 0.55% | 0.84% | - |
| XYZ | 31.27 | 51.54 | 20.87 | - |
| YUV | 165.95 | 91.91 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 102 | 0.55 | 0 | 0.52 | 0.16 | 123.05 | 0.59 | 0.61 |
| Hex | 60 | D6 | 66 | 37 | 0 | 34 | 10 | 7B | 3B | 3D |
| Octal | 140 | 326 | 146 | 67 | 0 | 64 | 20 | 173 | 73 | 75 |
| Binary | 1100000 | 11010110 | 1100110 | 110111 | 0 | 110100 | 10000 | 1111011 | 111011 | 111101 |
Color Harmonies of #60D666
Complementary color
Monochromatic Colors of #60D666
Black with #60D666
Text Example
Text Example
White with #60D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D666; }
p { color: rgb(96,214,102); }
H1.HeaderClassName
{
color: #60D666;
}
.AnyTagClassName
{
color: #60D666;
}
</style>
background-color css
<style>
a { background-color: #60D666; }
a { background-color: rgb(96,214,102); }
div.DivClassName
{
background-color: #60D666;
}
.BgClassName
{
background-color: #60D666;
}
</style>
border-color css
<style>
span { border-color: #60D666; }
span { border-color: rgb(96,214,102); }
td.TdClassName
{
border-color: #60D666;
}
.TagClassName
{
border-color: #60D666;
}
</style>