Shades of Pastel Green #60D762
Tints of Pastel Green #60D762
RGB
CMYK
RGB Variations
Color information
#60D762 (or 0x60D762) is known color: Pastel Green. HEX triplet: 60, D7 and 62. RGB value is (96,215,98). Sum of RGB (Red+Green+Blue) = 96+215+98=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #60D762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D762 is #9F289D. Grayscale: #A6A6A6. Windows color (decimal): -10430622 or 6477664. OLE color: 6477664.
HSL color Cylindrical-coordinate representation of color #60D762: hue angle of 121.01º 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 #60D762 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 98 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.16 |
| HSL | 121.01º | 0.6% | 0.61% | - |
| HSV(B) | 121.01º | 0.55% | 0.84% | - |
| XYZ | 31.33 | 51.97 | 19.94 | - |
| YUV | 166.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 98 | 0.55 | 0 | 0.54 | 0.16 | 121.01 | 0.6 | 0.61 |
| Hex | 60 | D7 | 62 | 37 | 0 | 36 | 10 | 79 | 3C | 3D |
| Octal | 140 | 327 | 142 | 67 | 0 | 66 | 20 | 171 | 74 | 75 |
| Binary | 1100000 | 11010111 | 1100010 | 110111 | 0 | 110110 | 10000 | 1111001 | 111100 | 111101 |
Color Harmonies of #60D762
Complementary color
Monochromatic Colors of #60D762
Black with #60D762
Text Example
Text Example
White with #60D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D762; }
p { color: rgb(96,215,98); }
H1.HeaderClassName
{
color: #60D762;
}
.AnyTagClassName
{
color: #60D762;
}
</style>
background-color css
<style>
a { background-color: #60D762; }
a { background-color: rgb(96,215,98); }
div.DivClassName
{
background-color: #60D762;
}
.BgClassName
{
background-color: #60D762;
}
</style>
border-color css
<style>
span { border-color: #60D762; }
span { border-color: rgb(96,215,98); }
td.TdClassName
{
border-color: #60D762;
}
.TagClassName
{
border-color: #60D762;
}
</style>