Shades of Screamin' Green #5DF861
Tints of Screamin' Green #5DF861
RGB
CMYK
RGB Variations
Color information
#5DF861 (or 0x5DF861) is known color: Screamin' Green. HEX triplet: 5D, F8 and 61. RGB value is (93,248,97). Sum of RGB (Red+Green+Blue) = 93+248+97=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF861 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF861 is #A2079E. Grayscale: #B8B8B8. Windows color (decimal): -10618783 or 6420573. OLE color: 6420573.
HSL color Cylindrical-coordinate representation of color #5DF861: hue angle of 121.55º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF861 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 248 | 97 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.03 |
| HSL | 121.55º | 0.92% | 0.67% | - |
| HSV(B) | 121.55º | 0.63% | 0.97% | - |
| XYZ | 40.24 | 70.33 | 22.76 | - |
| YUV | 184.44 | 78.65 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 248 | 97 | 0.62 | 0 | 0.61 | 0.03 | 121.55 | 0.92 | 0.67 |
| Hex | 5D | F8 | 61 | 3E | 0 | 3D | 3 | 7A | 5C | 43 |
| Octal | 135 | 370 | 141 | 76 | 0 | 75 | 3 | 172 | 134 | 103 |
| Binary | 1011101 | 11111000 | 1100001 | 111110 | 0 | 111101 | 11 | 1111010 | 1011100 | 1000011 |
Color Harmonies of #5DF861
Complementary color
Monochromatic Colors of #5DF861
Black with #5DF861
Text Example
Text Example
White with #5DF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF861; }
p { color: rgb(93,248,97); }
H1.HeaderClassName
{
color: #5DF861;
}
.AnyTagClassName
{
color: #5DF861;
}
</style>
background-color css
<style>
a { background-color: #5DF861; }
a { background-color: rgb(93,248,97); }
div.DivClassName
{
background-color: #5DF861;
}
.BgClassName
{
background-color: #5DF861;
}
</style>
border-color css
<style>
span { border-color: #5DF861; }
span { border-color: rgb(93,248,97); }
td.TdClassName
{
border-color: #5DF861;
}
.TagClassName
{
border-color: #5DF861;
}
</style>