Shades of Pastel Green #5FF58F
Tints of Pastel Green #5FF58F
RGB
CMYK
RGB Variations
Color information
#5FF58F (or 0x5FF58F) is known color: Pastel Green. HEX triplet: 5F, F5 and 8F. RGB value is (95,245,143). Sum of RGB (Red+Green+Blue) = 95+245+143=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF58F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF58F is #A00A70. Grayscale: #BCBCBC. Windows color (decimal): -10488433 or 9434463. OLE color: 9434463.
HSL color Cylindrical-coordinate representation of color #5FF58F: hue angle of 139.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF58F is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 143 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.04 |
| HSL | 139.2º | 0.88% | 0.67% | - |
| HSV(B) | 139.2º | 0.61% | 0.96% | - |
| XYZ | 42.33 | 69.72 | 37.21 | - |
| YUV | 188.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 143 | 0.61 | 0 | 0.42 | 0.04 | 139.2 | 0.88 | 0.67 |
| Hex | 5F | F5 | 8F | 3D | 0 | 2A | 4 | 8B | 58 | 43 |
| Octal | 137 | 365 | 217 | 75 | 0 | 52 | 4 | 213 | 130 | 103 |
| Binary | 1011111 | 11110101 | 10001111 | 111101 | 0 | 101010 | 100 | 10001011 | 1011000 | 1000011 |
Color Harmonies of #5FF58F
Complementary color
Monochromatic Colors of #5FF58F
Black with #5FF58F
Text Example
Text Example
White with #5FF58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF58F; }
p { color: rgb(95,245,143); }
H1.HeaderClassName
{
color: #5FF58F;
}
.AnyTagClassName
{
color: #5FF58F;
}
</style>
background-color css
<style>
a { background-color: #5FF58F; }
a { background-color: rgb(95,245,143); }
div.DivClassName
{
background-color: #5FF58F;
}
.BgClassName
{
background-color: #5FF58F;
}
</style>
border-color css
<style>
span { border-color: #5FF58F; }
span { border-color: rgb(95,245,143); }
td.TdClassName
{
border-color: #5FF58F;
}
.TagClassName
{
border-color: #5FF58F;
}
</style>