Shades of Pastel Green #60F192
Tints of Pastel Green #60F192
RGB
CMYK
RGB Variations
Color information
#60F192 (or 0x60F192) is known color: Pastel Green. HEX triplet: 60, F1 and 92. RGB value is (96,241,146). Sum of RGB (Red+Green+Blue) = 96+241+146=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #60F192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F192 is #9F0E6D. Grayscale: #BBBBBB. Windows color (decimal): -10423918 or 9630048. OLE color: 9630048.
HSL color Cylindrical-coordinate representation of color #60F192: hue angle of 140.69º 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 #60F192 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 146 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.05 |
| HSL | 140.69º | 0.84% | 0.66% | - |
| HSV(B) | 140.69º | 0.6% | 0.95% | - |
| XYZ | 41.47 | 67.47 | 38.03 | - |
| YUV | 186.82 | 104.96 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 146 | 0.60 | 0 | 0.39 | 0.05 | 140.69 | 0.84 | 0.66 |
| Hex | 60 | F1 | 92 | 3C | 0 | 27 | 5 | 8D | 54 | 42 |
| Octal | 140 | 361 | 222 | 74 | 0 | 47 | 5 | 215 | 124 | 102 |
| Binary | 1100000 | 11110001 | 10010010 | 111100 | 0 | 100111 | 101 | 10001101 | 1010100 | 1000010 |
Color Harmonies of #60F192
Complementary color
Monochromatic Colors of #60F192
Black with #60F192
Text Example
Text Example
White with #60F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F192; }
p { color: rgb(96,241,146); }
H1.HeaderClassName
{
color: #60F192;
}
.AnyTagClassName
{
color: #60F192;
}
</style>
background-color css
<style>
a { background-color: #60F192; }
a { background-color: rgb(96,241,146); }
div.DivClassName
{
background-color: #60F192;
}
.BgClassName
{
background-color: #60F192;
}
</style>
border-color css
<style>
span { border-color: #60F192; }
span { border-color: rgb(96,241,146); }
td.TdClassName
{
border-color: #60F192;
}
.TagClassName
{
border-color: #60F192;
}
</style>