Shades of Pastel Green #60F593
Tints of Pastel Green #60F593
RGB
CMYK
RGB Variations
Color information
#60F593 (or 0x60F593) is known color: Pastel Green. HEX triplet: 60, F5 and 93. RGB value is (96,245,147). Sum of RGB (Red+Green+Blue) = 96+245+147=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #60F593 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F593 is #9F0A6C. Grayscale: #BDBDBD. Windows color (decimal): -10422893 or 9696608. OLE color: 9696608.
HSL color Cylindrical-coordinate representation of color #60F593: hue angle of 140.54º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F593 is Cyan = 0.61, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 147 | - |
| CMYK | 0.61 | 0 | 0.4 | 0.04 |
| HSL | 140.54º | 0.88% | 0.67% | - |
| HSV(B) | 140.54º | 0.61% | 0.96% | - |
| XYZ | 42.74 | 69.9 | 38.84 | - |
| YUV | 189.28 | 104.14 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 147 | 0.61 | 0 | 0.4 | 0.04 | 140.54 | 0.88 | 0.67 |
| Hex | 60 | F5 | 93 | 3D | 0 | 28 | 4 | 8D | 58 | 43 |
| Octal | 140 | 365 | 223 | 75 | 0 | 50 | 4 | 215 | 130 | 103 |
| Binary | 1100000 | 11110101 | 10010011 | 111101 | 0 | 101000 | 100 | 10001101 | 1011000 | 1000011 |
Color Harmonies of #60F593
Complementary color
Monochromatic Colors of #60F593
Black with #60F593
Text Example
Text Example
White with #60F593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F593; }
p { color: rgb(96,245,147); }
H1.HeaderClassName
{
color: #60F593;
}
.AnyTagClassName
{
color: #60F593;
}
</style>
background-color css
<style>
a { background-color: #60F593; }
a { background-color: rgb(96,245,147); }
div.DivClassName
{
background-color: #60F593;
}
.BgClassName
{
background-color: #60F593;
}
</style>
border-color css
<style>
span { border-color: #60F593; }
span { border-color: rgb(96,245,147); }
td.TdClassName
{
border-color: #60F593;
}
.TagClassName
{
border-color: #60F593;
}
</style>