Shades of Pastel Green #60F393
Tints of Pastel Green #60F393
RGB
CMYK
RGB Variations
Color information
#60F393 (or 0x60F393) is known color: Pastel Green. HEX triplet: 60, F3 and 93. RGB value is (96,243,147). Sum of RGB (Red+Green+Blue) = 96+243+147=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #60F393 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F393 is #9F0C6C. Grayscale: #BCBCBC. Windows color (decimal): -10423405 or 9696096. OLE color: 9696096.
HSL color Cylindrical-coordinate representation of color #60F393: hue angle of 140.82º degrees, saturation: 0.86, 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 #60F393 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 243 | 147 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.05 |
| HSL | 140.82º | 0.86% | 0.66% | - |
| HSV(B) | 140.82º | 0.6% | 0.95% | - |
| XYZ | 42.14 | 68.69 | 38.64 | - |
| YUV | 188.1 | 104.8 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 243 | 147 | 0.60 | 0 | 0.40 | 0.05 | 140.82 | 0.86 | 0.66 |
| Hex | 60 | F3 | 93 | 3C | 0 | 28 | 5 | 8D | 56 | 42 |
| Octal | 140 | 363 | 223 | 74 | 0 | 50 | 5 | 215 | 126 | 102 |
| Binary | 1100000 | 11110011 | 10010011 | 111100 | 0 | 101000 | 101 | 10001101 | 1010110 | 1000010 |
Color Harmonies of #60F393
Complementary color
Monochromatic Colors of #60F393
Black with #60F393
Text Example
Text Example
White with #60F393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F393; }
p { color: rgb(96,243,147); }
H1.HeaderClassName
{
color: #60F393;
}
.AnyTagClassName
{
color: #60F393;
}
</style>
background-color css
<style>
a { background-color: #60F393; }
a { background-color: rgb(96,243,147); }
div.DivClassName
{
background-color: #60F393;
}
.BgClassName
{
background-color: #60F393;
}
</style>
border-color css
<style>
span { border-color: #60F393; }
span { border-color: rgb(96,243,147); }
td.TdClassName
{
border-color: #60F393;
}
.TagClassName
{
border-color: #60F393;
}
</style>