Shades of Pastel Green #60D65B
Tints of Pastel Green #60D65B
RGB
CMYK
RGB Variations
Color information
#60D65B (or 0x60D65B) is known color: Pastel Green. HEX triplet: 60, D6 and 5B. RGB value is (96,214,91). Sum of RGB (Red+Green+Blue) = 96+214+91=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #60D65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D65B is #9F29A4. Grayscale: #A5A5A5. Windows color (decimal): -10430885 or 6018656. OLE color: 6018656.
HSL color Cylindrical-coordinate representation of color #60D65B: hue angle of 117.56º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60D65B is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 91 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.16 |
| HSL | 117.56º | 0.6% | 0.6% | - |
| HSV(B) | 117.56º | 0.57% | 0.84% | - |
| XYZ | 30.76 | 51.34 | 18.19 | - |
| YUV | 164.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 91 | 0.55 | 0 | 0.57 | 0.16 | 117.56 | 0.6 | 0.6 |
| Hex | 60 | D6 | 5B | 37 | 0 | 39 | 10 | 76 | 3C | 3C |
| Octal | 140 | 326 | 133 | 67 | 0 | 71 | 20 | 166 | 74 | 74 |
| Binary | 1100000 | 11010110 | 1011011 | 110111 | 0 | 111001 | 10000 | 1110110 | 111100 | 111100 |
Color Harmonies of #60D65B
Complementary color
Monochromatic Colors of #60D65B
Black with #60D65B
Text Example
Text Example
White with #60D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D65B; }
p { color: rgb(96,214,91); }
H1.HeaderClassName
{
color: #60D65B;
}
.AnyTagClassName
{
color: #60D65B;
}
</style>
background-color css
<style>
a { background-color: #60D65B; }
a { background-color: rgb(96,214,91); }
div.DivClassName
{
background-color: #60D65B;
}
.BgClassName
{
background-color: #60D65B;
}
</style>
border-color css
<style>
span { border-color: #60D65B; }
span { border-color: rgb(96,214,91); }
td.TdClassName
{
border-color: #60D65B;
}
.TagClassName
{
border-color: #60D65B;
}
</style>