Shades of Screamin' Green #5DF994
Tints of Screamin' Green #5DF994
RGB
CMYK
RGB Variations
Color information
#5DF994 (or 0x5DF994) is known color: Screamin' Green. HEX triplet: 5D, F9 and 94. RGB value is (93,249,148). Sum of RGB (Red+Green+Blue) = 93+249+148=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF994 is #A2066B. Grayscale: #BFBFBF. Windows color (decimal): -10618476 or 9763165. OLE color: 9763165.
HSL color Cylindrical-coordinate representation of color #5DF994: hue angle of 141.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DF994 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 249 | 148 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.02 |
| HSL | 141.15º | 0.93% | 0.67% | - |
| HSV(B) | 141.15º | 0.63% | 0.98% | - |
| XYZ | 43.74 | 72.22 | 39.65 | - |
| YUV | 190.84 | 103.82 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 249 | 148 | 0.63 | 0 | 0.41 | 0.02 | 141.15 | 0.93 | 0.67 |
| Hex | 5D | F9 | 94 | 3F | 0 | 29 | 2 | 8D | 5D | 43 |
| Octal | 135 | 371 | 224 | 77 | 0 | 51 | 2 | 215 | 135 | 103 |
| Binary | 1011101 | 11111001 | 10010100 | 111111 | 0 | 101001 | 10 | 10001101 | 1011101 | 1000011 |
Color Harmonies of #5DF994
Complementary color
Monochromatic Colors of #5DF994
Black with #5DF994
Text Example
Text Example
White with #5DF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF994; }
p { color: rgb(93,249,148); }
H1.HeaderClassName
{
color: #5DF994;
}
.AnyTagClassName
{
color: #5DF994;
}
</style>
background-color css
<style>
a { background-color: #5DF994; }
a { background-color: rgb(93,249,148); }
div.DivClassName
{
background-color: #5DF994;
}
.BgClassName
{
background-color: #5DF994;
}
</style>
border-color css
<style>
span { border-color: #5DF994; }
span { border-color: rgb(93,249,148); }
td.TdClassName
{
border-color: #5DF994;
}
.TagClassName
{
border-color: #5DF994;
}
</style>