Shades of Screamin' Green #5DF148
Tints of Screamin' Green #5DF148
RGB
CMYK
RGB Variations
Color information
#5DF148 (or 0x5DF148) is known color: Screamin' Green. HEX triplet: 5D, F1 and 48. RGB value is (93,241,72). Sum of RGB (Red+Green+Blue) = 93+241+72=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF148 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF148 is #A20EB7. Grayscale: #B2B2B2. Windows color (decimal): -10620600 or 4780381. OLE color: 4780381.
HSL color Cylindrical-coordinate representation of color #5DF148: hue angle of 112.54º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DF148 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 72 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.05 |
| HSL | 112.54º | 0.86% | 0.61% | - |
| HSV(B) | 112.54º | 0.7% | 0.95% | - |
| XYZ | 37.14 | 65.71 | 16.86 | - |
| YUV | 177.48 | 68.47 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 72 | 0.61 | 0 | 0.70 | 0.05 | 112.54 | 0.86 | 0.61 |
| Hex | 5D | F1 | 48 | 3D | 0 | 46 | 5 | 71 | 56 | 3D |
| Octal | 135 | 361 | 110 | 75 | 0 | 106 | 5 | 161 | 126 | 75 |
| Binary | 1011101 | 11110001 | 1001000 | 111101 | 0 | 1000110 | 101 | 1110001 | 1010110 | 111101 |
Color Harmonies of #5DF148
Complementary color
Monochromatic Colors of #5DF148
Black with #5DF148
Text Example
Text Example
White with #5DF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF148; }
p { color: rgb(93,241,72); }
H1.HeaderClassName
{
color: #5DF148;
}
.AnyTagClassName
{
color: #5DF148;
}
</style>
background-color css
<style>
a { background-color: #5DF148; }
a { background-color: rgb(93,241,72); }
div.DivClassName
{
background-color: #5DF148;
}
.BgClassName
{
background-color: #5DF148;
}
</style>
border-color css
<style>
span { border-color: #5DF148; }
span { border-color: rgb(93,241,72); }
td.TdClassName
{
border-color: #5DF148;
}
.TagClassName
{
border-color: #5DF148;
}
</style>