Shades of Pastel Green #60F189
Tints of Pastel Green #60F189
RGB
CMYK
RGB Variations
Color information
#60F189 (or 0x60F189) is known color: Pastel Green. HEX triplet: 60, F1 and 89. RGB value is (96,241,137). Sum of RGB (Red+Green+Blue) = 96+241+137=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #60F189 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F189 is #9F0E76. Grayscale: #BABABA. Windows color (decimal): -10423927 or 9040224. OLE color: 9040224.
HSL color Cylindrical-coordinate representation of color #60F189: hue angle of 136.97º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F189 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 137 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.05 |
| HSL | 136.97º | 0.84% | 0.66% | - |
| HSV(B) | 136.97º | 0.6% | 0.95% | - |
| XYZ | 40.79 | 67.2 | 34.49 | - |
| YUV | 185.79 | 100.46 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 137 | 0.60 | 0 | 0.43 | 0.05 | 136.97 | 0.84 | 0.66 |
| Hex | 60 | F1 | 89 | 3C | 0 | 2B | 5 | 89 | 54 | 42 |
| Octal | 140 | 361 | 211 | 74 | 0 | 53 | 5 | 211 | 124 | 102 |
| Binary | 1100000 | 11110001 | 10001001 | 111100 | 0 | 101011 | 101 | 10001001 | 1010100 | 1000010 |
Color Harmonies of #60F189
Complementary color
Monochromatic Colors of #60F189
Black with #60F189
Text Example
Text Example
White with #60F189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F189; }
p { color: rgb(96,241,137); }
H1.HeaderClassName
{
color: #60F189;
}
.AnyTagClassName
{
color: #60F189;
}
</style>
background-color css
<style>
a { background-color: #60F189; }
a { background-color: rgb(96,241,137); }
div.DivClassName
{
background-color: #60F189;
}
.BgClassName
{
background-color: #60F189;
}
</style>
border-color css
<style>
span { border-color: #60F189; }
span { border-color: rgb(96,241,137); }
td.TdClassName
{
border-color: #60F189;
}
.TagClassName
{
border-color: #60F189;
}
</style>