Shades of Screamin' Green #5DF448
Tints of Screamin' Green #5DF448
RGB
CMYK
RGB Variations
Color information
#5DF448 (or 0x5DF448) is known color: Screamin' Green. HEX triplet: 5D, F4 and 48. RGB value is (93,244,72). Sum of RGB (Red+Green+Blue) = 93+244+72=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF448 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF448 is #A20BB7. Grayscale: #B3B3B3. Windows color (decimal): -10619832 or 4781149. OLE color: 4781149.
HSL color Cylindrical-coordinate representation of color #5DF448: hue angle of 112.67º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DF448 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 244 | 72 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.04 |
| HSL | 112.67º | 0.89% | 0.62% | - |
| HSV(B) | 112.67º | 0.7% | 0.96% | - |
| XYZ | 38.03 | 67.5 | 17.15 | - |
| YUV | 179.24 | 67.47 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 244 | 72 | 0.62 | 0 | 0.70 | 0.04 | 112.67 | 0.89 | 0.62 |
| Hex | 5D | F4 | 48 | 3E | 0 | 46 | 4 | 71 | 59 | 3E |
| Octal | 135 | 364 | 110 | 76 | 0 | 106 | 4 | 161 | 131 | 76 |
| Binary | 1011101 | 11110100 | 1001000 | 111110 | 0 | 1000110 | 100 | 1110001 | 1011001 | 111110 |
Color Harmonies of #5DF448
Complementary color
Monochromatic Colors of #5DF448
Black with #5DF448
Text Example
Text Example
White with #5DF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF448; }
p { color: rgb(93,244,72); }
H1.HeaderClassName
{
color: #5DF448;
}
.AnyTagClassName
{
color: #5DF448;
}
</style>
background-color css
<style>
a { background-color: #5DF448; }
a { background-color: rgb(93,244,72); }
div.DivClassName
{
background-color: #5DF448;
}
.BgClassName
{
background-color: #5DF448;
}
</style>
border-color css
<style>
span { border-color: #5DF448; }
span { border-color: rgb(93,244,72); }
td.TdClassName
{
border-color: #5DF448;
}
.TagClassName
{
border-color: #5DF448;
}
</style>