Shades of Screamin' Green #5DF741
Tints of Screamin' Green #5DF741
RGB
CMYK
RGB Variations
Color information
#5DF741 (or 0x5DF741) is known color: Screamin' Green. HEX triplet: 5D, F7 and 41. RGB value is (93,247,65). Sum of RGB (Red+Green+Blue) = 93+247+65=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 247 (96.88% from 255 or 60.99% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF741 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF741 is #A208BE. Grayscale: #B4B4B4. Windows color (decimal): -10619071 or 4323165. OLE color: 4323165.
HSL color Cylindrical-coordinate representation of color #5DF741: hue angle of 110.77º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DF741 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 247 | 65 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.03 |
| HSL | 110.77º | 0.92% | 0.61% | - |
| HSV(B) | 110.77º | 0.74% | 0.97% | - |
| XYZ | 38.73 | 69.23 | 16.32 | - |
| YUV | 180.21 | 62.98 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 247 | 65 | 0.62 | 0 | 0.74 | 0.03 | 110.77 | 0.92 | 0.61 |
| Hex | 5D | F7 | 41 | 3E | 0 | 4A | 3 | 6F | 5C | 3D |
| Octal | 135 | 367 | 101 | 76 | 0 | 112 | 3 | 157 | 134 | 75 |
| Binary | 1011101 | 11110111 | 1000001 | 111110 | 0 | 1001010 | 11 | 1101111 | 1011100 | 111101 |
Color Harmonies of #5DF741
Complementary color
Monochromatic Colors of #5DF741
Black with #5DF741
Text Example
Text Example
White with #5DF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF741; }
p { color: rgb(93,247,65); }
H1.HeaderClassName
{
color: #5DF741;
}
.AnyTagClassName
{
color: #5DF741;
}
</style>
background-color css
<style>
a { background-color: #5DF741; }
a { background-color: rgb(93,247,65); }
div.DivClassName
{
background-color: #5DF741;
}
.BgClassName
{
background-color: #5DF741;
}
</style>
border-color css
<style>
span { border-color: #5DF741; }
span { border-color: rgb(93,247,65); }
td.TdClassName
{
border-color: #5DF741;
}
.TagClassName
{
border-color: #5DF741;
}
</style>