Shades of Pastel Green #5FF188
Tints of Pastel Green #5FF188
RGB
CMYK
RGB Variations
Color information
#5FF188 (or 0x5FF188) is known color: Pastel Green. HEX triplet: 5F, F1 and 88. RGB value is (95,241,136). Sum of RGB (Red+Green+Blue) = 95+241+136=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF188 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF188 is #A00E77. Grayscale: #B9B9B9. Windows color (decimal): -10489464 or 8974687. OLE color: 8974687.
HSL color Cylindrical-coordinate representation of color #5FF188: hue angle of 136.85º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF188 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 136 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.05 |
| HSL | 136.85º | 0.84% | 0.66% | - |
| HSV(B) | 136.85º | 0.61% | 0.95% | - |
| XYZ | 40.62 | 67.12 | 34.11 | - |
| YUV | 185.38 | 100.13 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 136 | 0.61 | 0 | 0.44 | 0.05 | 136.85 | 0.84 | 0.66 |
| Hex | 5F | F1 | 88 | 3D | 0 | 2C | 5 | 89 | 54 | 42 |
| Octal | 137 | 361 | 210 | 75 | 0 | 54 | 5 | 211 | 124 | 102 |
| Binary | 1011111 | 11110001 | 10001000 | 111101 | 0 | 101100 | 101 | 10001001 | 1010100 | 1000010 |
Color Harmonies of #5FF188
Complementary color
Monochromatic Colors of #5FF188
Black with #5FF188
Text Example
Text Example
White with #5FF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF188; }
p { color: rgb(95,241,136); }
H1.HeaderClassName
{
color: #5FF188;
}
.AnyTagClassName
{
color: #5FF188;
}
</style>
background-color css
<style>
a { background-color: #5FF188; }
a { background-color: rgb(95,241,136); }
div.DivClassName
{
background-color: #5FF188;
}
.BgClassName
{
background-color: #5FF188;
}
</style>
border-color css
<style>
span { border-color: #5FF188; }
span { border-color: rgb(95,241,136); }
td.TdClassName
{
border-color: #5FF188;
}
.TagClassName
{
border-color: #5FF188;
}
</style>