Shades of Pastel Green #60F088
Tints of Pastel Green #60F088
RGB
CMYK
RGB Variations
Color information
#60F088 (or 0x60F088) is known color: Pastel Green. HEX triplet: 60, F0 and 88. RGB value is (96,240,136). Sum of RGB (Red+Green+Blue) = 96+240+136=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #60F088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F088 is #9F0F77. Grayscale: #B9B9B9. Windows color (decimal): -10424184 or 8974432. OLE color: 8974432.
HSL color Cylindrical-coordinate representation of color #60F088: hue angle of 136.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F088 is Cyan = 0.6, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 136 | - |
| CMYK | 0.6 | 0 | 0.43 | 0.06 |
| HSL | 136.67º | 0.83% | 0.66% | - |
| HSV(B) | 136.67º | 0.6% | 0.94% | - |
| XYZ | 40.43 | 66.58 | 34.01 | - |
| YUV | 185.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 136 | 0.6 | 0 | 0.43 | 0.06 | 136.67 | 0.83 | 0.66 |
| Hex | 60 | F0 | 88 | 3C | 0 | 2B | 6 | 89 | 53 | 42 |
| Octal | 140 | 360 | 210 | 74 | 0 | 53 | 6 | 211 | 123 | 102 |
| Binary | 1100000 | 11110000 | 10001000 | 111100 | 0 | 101011 | 110 | 10001001 | 1010011 | 1000010 |
Color Harmonies of #60F088
Complementary color
Monochromatic Colors of #60F088
Black with #60F088
Text Example
Text Example
White with #60F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F088; }
p { color: rgb(96,240,136); }
H1.HeaderClassName
{
color: #60F088;
}
.AnyTagClassName
{
color: #60F088;
}
</style>
background-color css
<style>
a { background-color: #60F088; }
a { background-color: rgb(96,240,136); }
div.DivClassName
{
background-color: #60F088;
}
.BgClassName
{
background-color: #60F088;
}
</style>
border-color css
<style>
span { border-color: #60F088; }
span { border-color: rgb(96,240,136); }
td.TdClassName
{
border-color: #60F088;
}
.TagClassName
{
border-color: #60F088;
}
</style>