Shades of Screamin' Green #5FFF98
Tints of Screamin' Green #5FFF98
RGB
CMYK
RGB Variations
Color information
#5FFF98 (or 0x5FFF98) is known color: Screamin' Green. HEX triplet: 5F, FF and 98. RGB value is (95,255,152). Sum of RGB (Red+Green+Blue) = 95+255+152=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFF98 is #A00067. Grayscale: #C3C3C3. Windows color (decimal): -10485864 or 10026847. OLE color: 10026847.
HSL color Cylindrical-coordinate representation of color #5FFF98: hue angle of 141.38º 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 #5FFF98 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 152 | - |
| CMYK | 0.63 | 0 | 0.40 | 0 |
| HSL | 141.38º | 1% | 0.69% | - |
| HSV(B) | 141.38º | 0.63% | 1% | - |
| XYZ | 46.15 | 76.22 | 41.99 | - |
| YUV | 195.42 | 103.49 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 152 | 0.63 | 0 | 0.40 | 0 | 141.38 | 1 | 0.69 |
| Hex | 5F | FF | 98 | 3F | 0 | 28 | 0 | 8D | 64 | 45 |
| Octal | 137 | 377 | 230 | 77 | 0 | 50 | 0 | 215 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10011000 | 111111 | 0 | 101000 | 0 | 10001101 | 1100100 | 1000101 |
Color Harmonies of #5FFF98
Complementary color
Monochromatic Colors of #5FFF98
Black with #5FFF98
Text Example
Text Example
White with #5FFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF98; }
p { color: rgb(95,255,152); }
H1.HeaderClassName
{
color: #5FFF98;
}
.AnyTagClassName
{
color: #5FFF98;
}
</style>
background-color css
<style>
a { background-color: #5FFF98; }
a { background-color: rgb(95,255,152); }
div.DivClassName
{
background-color: #5FFF98;
}
.BgClassName
{
background-color: #5FFF98;
}
</style>
border-color css
<style>
span { border-color: #5FFF98; }
span { border-color: rgb(95,255,152); }
td.TdClassName
{
border-color: #5FFF98;
}
.TagClassName
{
border-color: #5FFF98;
}
</style>