Shades of Screamin' Green #5DFC34
Tints of Screamin' Green #5DFC34
RGB
CMYK
RGB Variations
Color information
#5DFC34 (or 0x5DFC34) is known color: Screamin' Green. HEX triplet: 5D, FC and 34. RGB value is (93,252,52). Sum of RGB (Red+Green+Blue) = 93+252+52=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFC34 is #A203CB. Grayscale: #B6B6B6. Windows color (decimal): -10617804 or 3472477. OLE color: 3472477.
HSL color Cylindrical-coordinate representation of color #5DFC34: hue angle of 107.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DFC34 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 252 | 52 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.01 |
| HSL | 107.7º | 0.97% | 0.6% | - |
| HSV(B) | 107.7º | 0.79% | 0.99% | - |
| XYZ | 39.94 | 72.2 | 15.08 | - |
| YUV | 181.66 | 54.82 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 252 | 52 | 0.63 | 0 | 0.79 | 0.01 | 107.7 | 0.97 | 0.6 |
| Hex | 5D | FC | 34 | 3F | 0 | 4F | 1 | 6C | 61 | 3C |
| Octal | 135 | 374 | 64 | 77 | 0 | 117 | 1 | 154 | 141 | 74 |
| Binary | 1011101 | 11111100 | 110100 | 111111 | 0 | 1001111 | 1 | 1101100 | 1100001 | 111100 |
Color Harmonies of #5DFC34
Complementary color
Monochromatic Colors of #5DFC34
Black with #5DFC34
Text Example
Text Example
White with #5DFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFC34; }
p { color: rgb(93,252,52); }
H1.HeaderClassName
{
color: #5DFC34;
}
.AnyTagClassName
{
color: #5DFC34;
}
</style>
background-color css
<style>
a { background-color: #5DFC34; }
a { background-color: rgb(93,252,52); }
div.DivClassName
{
background-color: #5DFC34;
}
.BgClassName
{
background-color: #5DFC34;
}
</style>
border-color css
<style>
span { border-color: #5DFC34; }
span { border-color: rgb(93,252,52); }
td.TdClassName
{
border-color: #5DFC34;
}
.TagClassName
{
border-color: #5DFC34;
}
</style>