Shades of Screamin' Green #5DFF35
Tints of Screamin' Green #5DFF35
RGB
CMYK
RGB Variations
Color information
#5DFF35 (or 0x5DFF35) is known color: Screamin' Green. HEX triplet: 5D, FF and 35. RGB value is (93,255,53). Sum of RGB (Red+Green+Blue) = 93+255+53=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFF35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFF35 is #A200CA. Grayscale: #B8B8B8. Windows color (decimal): -10617035 or 3538781. OLE color: 3538781.
HSL color Cylindrical-coordinate representation of color #5DFF35: hue angle of 108.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DFF35 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 53 | - |
| CMYK | 0.64 | 0 | 0.79 | 0 |
| HSL | 108.12º | 1% | 0.6% | - |
| HSV(B) | 108.12º | 0.79% | 1% | - |
| XYZ | 40.92 | 74.1 | 15.52 | - |
| YUV | 183.53 | 54.33 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 53 | 0.64 | 0 | 0.79 | 0 | 108.12 | 1 | 0.6 |
| Hex | 5D | FF | 35 | 40 | 0 | 4F | 0 | 6C | 64 | 3C |
| Octal | 135 | 377 | 65 | 100 | 0 | 117 | 0 | 154 | 144 | 74 |
| Binary | 1011101 | 11111111 | 110101 | 1000000 | 0 | 1001111 | 0 | 1101100 | 1100100 | 111100 |
Color Harmonies of #5DFF35
Complementary color
Monochromatic Colors of #5DFF35
Black with #5DFF35
Text Example
Text Example
White with #5DFF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFF35; }
p { color: rgb(93,255,53); }
H1.HeaderClassName
{
color: #5DFF35;
}
.AnyTagClassName
{
color: #5DFF35;
}
</style>
background-color css
<style>
a { background-color: #5DFF35; }
a { background-color: rgb(93,255,53); }
div.DivClassName
{
background-color: #5DFF35;
}
.BgClassName
{
background-color: #5DFF35;
}
</style>
border-color css
<style>
span { border-color: #5DFF35; }
span { border-color: rgb(93,255,53); }
td.TdClassName
{
border-color: #5DFF35;
}
.TagClassName
{
border-color: #5DFF35;
}
</style>