Shades of Screamin' Green #5DF248
Tints of Screamin' Green #5DF248
RGB
CMYK
RGB Variations
Color information
#5DF248 (or 0x5DF248) is known color: Screamin' Green. HEX triplet: 5D, F2 and 48. RGB value is (93,242,72). Sum of RGB (Red+Green+Blue) = 93+242+72=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF248 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF248 is #A20DB7. Grayscale: #B2B2B2. Windows color (decimal): -10620344 or 4780637. OLE color: 4780637.
HSL color Cylindrical-coordinate representation of color #5DF248: hue angle of 112.59º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DF248 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 72 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.05 |
| HSL | 112.59º | 0.87% | 0.62% | - |
| HSV(B) | 112.59º | 0.7% | 0.95% | - |
| XYZ | 37.44 | 66.3 | 16.95 | - |
| YUV | 178.07 | 68.14 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 72 | 0.62 | 0 | 0.70 | 0.05 | 112.59 | 0.87 | 0.62 |
| Hex | 5D | F2 | 48 | 3E | 0 | 46 | 5 | 71 | 57 | 3E |
| Octal | 135 | 362 | 110 | 76 | 0 | 106 | 5 | 161 | 127 | 76 |
| Binary | 1011101 | 11110010 | 1001000 | 111110 | 0 | 1000110 | 101 | 1110001 | 1010111 | 111110 |
Color Harmonies of #5DF248
Complementary color
Monochromatic Colors of #5DF248
Black with #5DF248
Text Example
Text Example
White with #5DF248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF248; }
p { color: rgb(93,242,72); }
H1.HeaderClassName
{
color: #5DF248;
}
.AnyTagClassName
{
color: #5DF248;
}
</style>
background-color css
<style>
a { background-color: #5DF248; }
a { background-color: rgb(93,242,72); }
div.DivClassName
{
background-color: #5DF248;
}
.BgClassName
{
background-color: #5DF248;
}
</style>
border-color css
<style>
span { border-color: #5DF248; }
span { border-color: rgb(93,242,72); }
td.TdClassName
{
border-color: #5DF248;
}
.TagClassName
{
border-color: #5DF248;
}
</style>