Shades of Screamin' Green #5FFD96
Tints of Screamin' Green #5FFD96
RGB
CMYK
RGB Variations
Color information
#5FFD96 (or 0x5FFD96) is known color: Screamin' Green. HEX triplet: 5F, FD and 96. RGB value is (95,253,150). Sum of RGB (Red+Green+Blue) = 95+253+150=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFD96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFD96 is #A00269. Grayscale: #C2C2C2. Windows color (decimal): -10486378 or 9895263. OLE color: 9895263.
HSL color Cylindrical-coordinate representation of color #5FFD96: hue angle of 140.89º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFD96 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 150 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.01 |
| HSL | 140.89º | 0.98% | 0.68% | - |
| HSV(B) | 140.89º | 0.62% | 0.99% | - |
| XYZ | 45.35 | 74.89 | 40.92 | - |
| YUV | 194.02 | 103.15 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 150 | 0.62 | 0 | 0.41 | 0.01 | 140.89 | 0.98 | 0.68 |
| Hex | 5F | FD | 96 | 3E | 0 | 29 | 1 | 8D | 62 | 44 |
| Octal | 137 | 375 | 226 | 76 | 0 | 51 | 1 | 215 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10010110 | 111110 | 0 | 101001 | 1 | 10001101 | 1100010 | 1000100 |
Color Harmonies of #5FFD96
Complementary color
Monochromatic Colors of #5FFD96
Black with #5FFD96
Text Example
Text Example
White with #5FFD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFD96; }
p { color: rgb(95,253,150); }
H1.HeaderClassName
{
color: #5FFD96;
}
.AnyTagClassName
{
color: #5FFD96;
}
</style>
background-color css
<style>
a { background-color: #5FFD96; }
a { background-color: rgb(95,253,150); }
div.DivClassName
{
background-color: #5FFD96;
}
.BgClassName
{
background-color: #5FFD96;
}
</style>
border-color css
<style>
span { border-color: #5FFD96; }
span { border-color: rgb(95,253,150); }
td.TdClassName
{
border-color: #5FFD96;
}
.TagClassName
{
border-color: #5FFD96;
}
</style>