Shades of Pastel Green #60F288
Tints of Pastel Green #60F288
RGB
CMYK
RGB Variations
Color information
#60F288 (or 0x60F288) is known color: Pastel Green. HEX triplet: 60, F2 and 88. RGB value is (96,242,136). Sum of RGB (Red+Green+Blue) = 96+242+136=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #60F288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F288 is #9F0D77. Grayscale: #BABABA. Windows color (decimal): -10423672 or 8974944. OLE color: 8974944.
HSL color Cylindrical-coordinate representation of color #60F288: hue angle of 136.44º degrees, saturation: 0.85, 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 #60F288 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 136 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.05 |
| HSL | 136.44º | 0.85% | 0.66% | - |
| HSV(B) | 136.44º | 0.6% | 0.95% | - |
| XYZ | 41.02 | 67.77 | 34.21 | - |
| YUV | 186.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 136 | 0.60 | 0 | 0.44 | 0.05 | 136.44 | 0.85 | 0.66 |
| Hex | 60 | F2 | 88 | 3C | 0 | 2C | 5 | 88 | 55 | 42 |
| Octal | 140 | 362 | 210 | 74 | 0 | 54 | 5 | 210 | 125 | 102 |
| Binary | 1100000 | 11110010 | 10001000 | 111100 | 0 | 101100 | 101 | 10001000 | 1010101 | 1000010 |
Color Harmonies of #60F288
Complementary color
Monochromatic Colors of #60F288
Black with #60F288
Text Example
Text Example
White with #60F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F288; }
p { color: rgb(96,242,136); }
H1.HeaderClassName
{
color: #60F288;
}
.AnyTagClassName
{
color: #60F288;
}
</style>
background-color css
<style>
a { background-color: #60F288; }
a { background-color: rgb(96,242,136); }
div.DivClassName
{
background-color: #60F288;
}
.BgClassName
{
background-color: #60F288;
}
</style>
border-color css
<style>
span { border-color: #60F288; }
span { border-color: rgb(96,242,136); }
td.TdClassName
{
border-color: #60F288;
}
.TagClassName
{
border-color: #60F288;
}
</style>