Shades of Pastel Green #60E675
Tints of Pastel Green #60E675
RGB
CMYK
RGB Variations
Color information
#60E675 (or 0x60E675) is known color: Pastel Green. HEX triplet: 60, E6 and 75. RGB value is (96,230,117). Sum of RGB (Red+Green+Blue) = 96+230+117=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #60E675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60E675 is #9F198A. Grayscale: #B1B1B1. Windows color (decimal): -10426763 or 7726688. OLE color: 7726688.
HSL color Cylindrical-coordinate representation of color #60E675: hue angle of 129.4º degrees, saturation: 0.73, 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 #60E675 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 117 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.10 |
| HSL | 129.4º | 0.73% | 0.64% | - |
| HSV(B) | 129.4º | 0.58% | 0.9% | - |
| XYZ | 36.33 | 60.36 | 26.57 | - |
| YUV | 177.05 | 94.11 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 117 | 0.58 | 0 | 0.49 | 0.10 | 129.4 | 0.73 | 0.64 |
| Hex | 60 | E6 | 75 | 3A | 0 | 31 | A | 81 | 49 | 40 |
| Octal | 140 | 346 | 165 | 72 | 0 | 61 | 12 | 201 | 111 | 100 |
| Binary | 1100000 | 11100110 | 1110101 | 111010 | 0 | 110001 | 1010 | 10000001 | 1001001 | 1000000 |
Color Harmonies of #60E675
Complementary color
Monochromatic Colors of #60E675
Black with #60E675
Text Example
Text Example
White with #60E675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E675; }
p { color: rgb(96,230,117); }
H1.HeaderClassName
{
color: #60E675;
}
.AnyTagClassName
{
color: #60E675;
}
</style>
background-color css
<style>
a { background-color: #60E675; }
a { background-color: rgb(96,230,117); }
div.DivClassName
{
background-color: #60E675;
}
.BgClassName
{
background-color: #60E675;
}
</style>
border-color css
<style>
span { border-color: #60E675; }
span { border-color: rgb(96,230,117); }
td.TdClassName
{
border-color: #60E675;
}
.TagClassName
{
border-color: #60E675;
}
</style>