Shades of Screamin' Green #5DFF36
Tints of Screamin' Green #5DFF36
RGB
CMYK
RGB Variations
Color information
#5DFF36 (or 0x5DFF36) is known color: Screamin' Green. HEX triplet: 5D, FF and 36. RGB value is (93,255,54). Sum of RGB (Red+Green+Blue) = 93+255+54=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFF36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFF36 is #A200C9. Grayscale: #B8B8B8. Windows color (decimal): -10617034 or 3604317. OLE color: 3604317.
HSL color Cylindrical-coordinate representation of color #5DFF36: hue angle of 108.36º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DFF36 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 54 | - |
| CMYK | 0.64 | 0 | 0.79 | 0 |
| HSL | 108.36º | 1% | 0.61% | - |
| HSV(B) | 108.36º | 0.79% | 1% | - |
| XYZ | 40.94 | 74.11 | 15.64 | - |
| YUV | 183.65 | 54.83 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 54 | 0.64 | 0 | 0.79 | 0 | 108.36 | 1 | 0.61 |
| Hex | 5D | FF | 36 | 40 | 0 | 4F | 0 | 6C | 64 | 3D |
| Octal | 135 | 377 | 66 | 100 | 0 | 117 | 0 | 154 | 144 | 75 |
| Binary | 1011101 | 11111111 | 110110 | 1000000 | 0 | 1001111 | 0 | 1101100 | 1100100 | 111101 |
Color Harmonies of #5DFF36
Complementary color
Monochromatic Colors of #5DFF36
Black with #5DFF36
Text Example
Text Example
White with #5DFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFF36; }
p { color: rgb(93,255,54); }
H1.HeaderClassName
{
color: #5DFF36;
}
.AnyTagClassName
{
color: #5DFF36;
}
</style>
background-color css
<style>
a { background-color: #5DFF36; }
a { background-color: rgb(93,255,54); }
div.DivClassName
{
background-color: #5DFF36;
}
.BgClassName
{
background-color: #5DFF36;
}
</style>
border-color css
<style>
span { border-color: #5DFF36; }
span { border-color: rgb(93,255,54); }
td.TdClassName
{
border-color: #5DFF36;
}
.TagClassName
{
border-color: #5DFF36;
}
</style>