Shades of Screamin' Green #5DFB34
Tints of Screamin' Green #5DFB34
RGB
CMYK
RGB Variations
Color information
#5DFB34 (or 0x5DFB34) is known color: Screamin' Green. HEX triplet: 5D, FB and 34. RGB value is (93,251,52). Sum of RGB (Red+Green+Blue) = 93+251+52=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 251 (98.44% from 255 or 63.38% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFB34 is #A204CB. Grayscale: #B5B5B5. Windows color (decimal): -10618060 or 3472221. OLE color: 3472221.
HSL color Cylindrical-coordinate representation of color #5DFB34: hue angle of 107.64º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DFB34 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 52 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.02 |
| HSL | 107.64º | 0.96% | 0.59% | - |
| HSV(B) | 107.64º | 0.79% | 0.98% | - |
| XYZ | 39.63 | 71.57 | 14.97 | - |
| YUV | 181.07 | 55.15 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 52 | 0.63 | 0 | 0.79 | 0.02 | 107.64 | 0.96 | 0.59 |
| Hex | 5D | FB | 34 | 3F | 0 | 4F | 2 | 6C | 60 | 3B |
| Octal | 135 | 373 | 64 | 77 | 0 | 117 | 2 | 154 | 140 | 73 |
| Binary | 1011101 | 11111011 | 110100 | 111111 | 0 | 1001111 | 10 | 1101100 | 1100000 | 111011 |
Color Harmonies of #5DFB34
Complementary color
Monochromatic Colors of #5DFB34
Black with #5DFB34
Text Example
Text Example
White with #5DFB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB34; }
p { color: rgb(93,251,52); }
H1.HeaderClassName
{
color: #5DFB34;
}
.AnyTagClassName
{
color: #5DFB34;
}
</style>
background-color css
<style>
a { background-color: #5DFB34; }
a { background-color: rgb(93,251,52); }
div.DivClassName
{
background-color: #5DFB34;
}
.BgClassName
{
background-color: #5DFB34;
}
</style>
border-color css
<style>
span { border-color: #5DFB34; }
span { border-color: rgb(93,251,52); }
td.TdClassName
{
border-color: #5DFB34;
}
.TagClassName
{
border-color: #5DFB34;
}
</style>