Shades of Pastel Green #60E57B
Tints of Pastel Green #60E57B
RGB
CMYK
RGB Variations
Color information
#60E57B (or 0x60E57B) is known color: Pastel Green. HEX triplet: 60, E5 and 7B. RGB value is (96,229,123). Sum of RGB (Red+Green+Blue) = 96+229+123=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #60E57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60E57B is #9F1A84. Grayscale: #B1B1B1. Windows color (decimal): -10427013 or 8119648. OLE color: 8119648.
HSL color Cylindrical-coordinate representation of color #60E57B: hue angle of 132.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E57B is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 123 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.10 |
| HSL | 132.18º | 0.72% | 0.64% | - |
| HSV(B) | 132.18º | 0.58% | 0.9% | - |
| XYZ | 36.42 | 59.96 | 28.39 | - |
| YUV | 177.15 | 97.44 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 123 | 0.58 | 0 | 0.46 | 0.10 | 132.18 | 0.72 | 0.64 |
| Hex | 60 | E5 | 7B | 3A | 0 | 2E | A | 84 | 48 | 40 |
| Octal | 140 | 345 | 173 | 72 | 0 | 56 | 12 | 204 | 110 | 100 |
| Binary | 1100000 | 11100101 | 1111011 | 111010 | 0 | 101110 | 1010 | 10000100 | 1001000 | 1000000 |
Color Harmonies of #60E57B
Complementary color
Monochromatic Colors of #60E57B
Black with #60E57B
Text Example
Text Example
White with #60E57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E57B; }
p { color: rgb(96,229,123); }
H1.HeaderClassName
{
color: #60E57B;
}
.AnyTagClassName
{
color: #60E57B;
}
</style>
background-color css
<style>
a { background-color: #60E57B; }
a { background-color: rgb(96,229,123); }
div.DivClassName
{
background-color: #60E57B;
}
.BgClassName
{
background-color: #60E57B;
}
</style>
border-color css
<style>
span { border-color: #60E57B; }
span { border-color: rgb(96,229,123); }
td.TdClassName
{
border-color: #60E57B;
}
.TagClassName
{
border-color: #60E57B;
}
</style>