Shades of Pastel Green #5FF287
Tints of Pastel Green #5FF287
RGB
CMYK
RGB Variations
Color information
#5FF287 (or 0x5FF287) is known color: Pastel Green. HEX triplet: 5F, F2 and 87. RGB value is (95,242,135). Sum of RGB (Red+Green+Blue) = 95+242+135=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF287 is #A00D78. Grayscale: #BABABA. Windows color (decimal): -10489209 or 8909407. OLE color: 8909407.
HSL color Cylindrical-coordinate representation of color #5FF287: hue angle of 136.33º degrees, saturation: 0.85, 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 #5FF287 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 135 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.05 |
| HSL | 136.33º | 0.85% | 0.66% | - |
| HSV(B) | 136.33º | 0.61% | 0.95% | - |
| XYZ | 40.84 | 67.69 | 33.83 | - |
| YUV | 185.85 | 99.3 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 135 | 0.61 | 0 | 0.44 | 0.05 | 136.33 | 0.85 | 0.66 |
| Hex | 5F | F2 | 87 | 3D | 0 | 2C | 5 | 88 | 55 | 42 |
| Octal | 137 | 362 | 207 | 75 | 0 | 54 | 5 | 210 | 125 | 102 |
| Binary | 1011111 | 11110010 | 10000111 | 111101 | 0 | 101100 | 101 | 10001000 | 1010101 | 1000010 |
Color Harmonies of #5FF287
Complementary color
Monochromatic Colors of #5FF287
Black with #5FF287
Text Example
Text Example
White with #5FF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF287; }
p { color: rgb(95,242,135); }
H1.HeaderClassName
{
color: #5FF287;
}
.AnyTagClassName
{
color: #5FF287;
}
</style>
background-color css
<style>
a { background-color: #5FF287; }
a { background-color: rgb(95,242,135); }
div.DivClassName
{
background-color: #5FF287;
}
.BgClassName
{
background-color: #5FF287;
}
</style>
border-color css
<style>
span { border-color: #5FF287; }
span { border-color: rgb(95,242,135); }
td.TdClassName
{
border-color: #5FF287;
}
.TagClassName
{
border-color: #5FF287;
}
</style>