Shades of Pastel Green #5FF186
Tints of Pastel Green #5FF186
RGB
CMYK
RGB Variations
Color information
#5FF186 (or 0x5FF186) is known color: Pastel Green. HEX triplet: 5F, F1 and 86. RGB value is (95,241,134). Sum of RGB (Red+Green+Blue) = 95+241+134=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF186 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF186 is #A00E79. Grayscale: #B9B9B9. Windows color (decimal): -10489466 or 8843615. OLE color: 8843615.
HSL color Cylindrical-coordinate representation of color #5FF186: hue angle of 136.03º 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 #5FF186 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 134 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.05 |
| HSL | 136.03º | 0.84% | 0.66% | - |
| HSV(B) | 136.03º | 0.61% | 0.95% | - |
| XYZ | 40.48 | 67.06 | 33.37 | - |
| YUV | 185.15 | 99.13 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 134 | 0.61 | 0 | 0.44 | 0.05 | 136.03 | 0.84 | 0.66 |
| Hex | 5F | F1 | 86 | 3D | 0 | 2C | 5 | 88 | 54 | 42 |
| Octal | 137 | 361 | 206 | 75 | 0 | 54 | 5 | 210 | 124 | 102 |
| Binary | 1011111 | 11110001 | 10000110 | 111101 | 0 | 101100 | 101 | 10001000 | 1010100 | 1000010 |
Color Harmonies of #5FF186
Complementary color
Monochromatic Colors of #5FF186
Black with #5FF186
Text Example
Text Example
White with #5FF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF186; }
p { color: rgb(95,241,134); }
H1.HeaderClassName
{
color: #5FF186;
}
.AnyTagClassName
{
color: #5FF186;
}
</style>
background-color css
<style>
a { background-color: #5FF186; }
a { background-color: rgb(95,241,134); }
div.DivClassName
{
background-color: #5FF186;
}
.BgClassName
{
background-color: #5FF186;
}
</style>
border-color css
<style>
span { border-color: #5FF186; }
span { border-color: rgb(95,241,134); }
td.TdClassName
{
border-color: #5FF186;
}
.TagClassName
{
border-color: #5FF186;
}
</style>