Shades of Screamin' Green #5DF346
Tints of Screamin' Green #5DF346
RGB
CMYK
RGB Variations
Color information
#5DF346 (or 0x5DF346) is known color: Screamin' Green. HEX triplet: 5D, F3 and 46. RGB value is (93,243,70). Sum of RGB (Red+Green+Blue) = 93+243+70=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF346 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF346 is #A20CB9. Grayscale: #B2B2B2. Windows color (decimal): -10620090 or 4649821. OLE color: 4649821.
HSL color Cylindrical-coordinate representation of color #5DF346: hue angle of 112.02º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DF346 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 70 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.05 |
| HSL | 112.02º | 0.88% | 0.61% | - |
| HSV(B) | 112.02º | 0.71% | 0.95% | - |
| XYZ | 37.67 | 66.87 | 16.72 | - |
| YUV | 178.43 | 66.81 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 70 | 0.62 | 0 | 0.71 | 0.05 | 112.02 | 0.88 | 0.61 |
| Hex | 5D | F3 | 46 | 3E | 0 | 47 | 5 | 70 | 58 | 3D |
| Octal | 135 | 363 | 106 | 76 | 0 | 107 | 5 | 160 | 130 | 75 |
| Binary | 1011101 | 11110011 | 1000110 | 111110 | 0 | 1000111 | 101 | 1110000 | 1011000 | 111101 |
Color Harmonies of #5DF346
Complementary color
Monochromatic Colors of #5DF346
Black with #5DF346
Text Example
Text Example
White with #5DF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF346; }
p { color: rgb(93,243,70); }
H1.HeaderClassName
{
color: #5DF346;
}
.AnyTagClassName
{
color: #5DF346;
}
</style>
background-color css
<style>
a { background-color: #5DF346; }
a { background-color: rgb(93,243,70); }
div.DivClassName
{
background-color: #5DF346;
}
.BgClassName
{
background-color: #5DF346;
}
</style>
border-color css
<style>
span { border-color: #5DF346; }
span { border-color: rgb(93,243,70); }
td.TdClassName
{
border-color: #5DF346;
}
.TagClassName
{
border-color: #5DF346;
}
</style>