Shades of Screamin' Green #5FFF8D
Tints of Screamin' Green #5FFF8D
RGB
CMYK
RGB Variations
Color information
#5FFF8D (or 0x5FFF8D) is known color: Screamin' Green. HEX triplet: 5F, FF and 8D. RGB value is (95,255,141). Sum of RGB (Red+Green+Blue) = 95+255+141=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFF8D is #A00072. Grayscale: #C2C2C2. Windows color (decimal): -10485875 or 9305951. OLE color: 9305951.
HSL color Cylindrical-coordinate representation of color #5FFF8D: hue angle of 137.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFF8D is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 141 | - |
| CMYK | 0.63 | 0 | 0.45 | 0 |
| HSL | 137.25º | 1% | 0.69% | - |
| HSV(B) | 137.25º | 0.63% | 1% | - |
| XYZ | 45.29 | 75.88 | 37.46 | - |
| YUV | 194.16 | 97.99 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 141 | 0.63 | 0 | 0.45 | 0 | 137.25 | 1 | 0.69 |
| Hex | 5F | FF | 8D | 3F | 0 | 2D | 0 | 89 | 64 | 45 |
| Octal | 137 | 377 | 215 | 77 | 0 | 55 | 0 | 211 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10001101 | 111111 | 0 | 101101 | 0 | 10001001 | 1100100 | 1000101 |
Color Harmonies of #5FFF8D
Complementary color
Monochromatic Colors of #5FFF8D
Black with #5FFF8D
Text Example
Text Example
White with #5FFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF8D; }
p { color: rgb(95,255,141); }
H1.HeaderClassName
{
color: #5FFF8D;
}
.AnyTagClassName
{
color: #5FFF8D;
}
</style>
background-color css
<style>
a { background-color: #5FFF8D; }
a { background-color: rgb(95,255,141); }
div.DivClassName
{
background-color: #5FFF8D;
}
.BgClassName
{
background-color: #5FFF8D;
}
</style>
border-color css
<style>
span { border-color: #5FFF8D; }
span { border-color: rgb(95,255,141); }
td.TdClassName
{
border-color: #5FFF8D;
}
.TagClassName
{
border-color: #5FFF8D;
}
</style>