Shades of Pastel Green #60F188
Tints of Pastel Green #60F188
RGB
CMYK
RGB Variations
Color information
#60F188 (or 0x60F188) is known color: Pastel Green. HEX triplet: 60, F1 and 88. RGB value is (96,241,136). Sum of RGB (Red+Green+Blue) = 96+241+136=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #60F188 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F188 is #9F0E77. Grayscale: #B9B9B9. Windows color (decimal): -10423928 or 8974688. OLE color: 8974688.
HSL color Cylindrical-coordinate representation of color #60F188: hue angle of 136.55º 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 #60F188 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 136 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.05 |
| HSL | 136.55º | 0.84% | 0.66% | - |
| HSV(B) | 136.55º | 0.6% | 0.95% | - |
| XYZ | 40.72 | 67.17 | 34.11 | - |
| YUV | 185.68 | 99.96 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 136 | 0.60 | 0 | 0.44 | 0.05 | 136.55 | 0.84 | 0.66 |
| Hex | 60 | F1 | 88 | 3C | 0 | 2C | 5 | 89 | 54 | 42 |
| Octal | 140 | 361 | 210 | 74 | 0 | 54 | 5 | 211 | 124 | 102 |
| Binary | 1100000 | 11110001 | 10001000 | 111100 | 0 | 101100 | 101 | 10001001 | 1010100 | 1000010 |
Color Harmonies of #60F188
Complementary color
Monochromatic Colors of #60F188
Black with #60F188
Text Example
Text Example
White with #60F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F188; }
p { color: rgb(96,241,136); }
H1.HeaderClassName
{
color: #60F188;
}
.AnyTagClassName
{
color: #60F188;
}
</style>
background-color css
<style>
a { background-color: #60F188; }
a { background-color: rgb(96,241,136); }
div.DivClassName
{
background-color: #60F188;
}
.BgClassName
{
background-color: #60F188;
}
</style>
border-color css
<style>
span { border-color: #60F188; }
span { border-color: rgb(96,241,136); }
td.TdClassName
{
border-color: #60F188;
}
.TagClassName
{
border-color: #60F188;
}
</style>