Shades of Screamin' Green #5DF364
Tints of Screamin' Green #5DF364
RGB
CMYK
RGB Variations
Color information
#5DF364 (or 0x5DF364) is known color: Screamin' Green. HEX triplet: 5D, F3 and 64. RGB value is (93,243,100). Sum of RGB (Red+Green+Blue) = 93+243+100=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF364 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF364 is #A20C9B. Grayscale: #B6B6B6. Windows color (decimal): -10620060 or 6615901. OLE color: 6615901.
HSL color Cylindrical-coordinate representation of color #5DF364: hue angle of 122.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF364 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 100 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.05 |
| HSL | 122.8º | 0.86% | 0.66% | - |
| HSV(B) | 122.8º | 0.62% | 0.95% | - |
| XYZ | 38.87 | 67.35 | 23.01 | - |
| YUV | 181.85 | 81.81 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 100 | 0.62 | 0 | 0.59 | 0.05 | 122.8 | 0.86 | 0.66 |
| Hex | 5D | F3 | 64 | 3E | 0 | 3B | 5 | 7B | 56 | 42 |
| Octal | 135 | 363 | 144 | 76 | 0 | 73 | 5 | 173 | 126 | 102 |
| Binary | 1011101 | 11110011 | 1100100 | 111110 | 0 | 111011 | 101 | 1111011 | 1010110 | 1000010 |
Color Harmonies of #5DF364
Complementary color
Monochromatic Colors of #5DF364
Black with #5DF364
Text Example
Text Example
White with #5DF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF364; }
p { color: rgb(93,243,100); }
H1.HeaderClassName
{
color: #5DF364;
}
.AnyTagClassName
{
color: #5DF364;
}
</style>
background-color css
<style>
a { background-color: #5DF364; }
a { background-color: rgb(93,243,100); }
div.DivClassName
{
background-color: #5DF364;
}
.BgClassName
{
background-color: #5DF364;
}
</style>
border-color css
<style>
span { border-color: #5DF364; }
span { border-color: rgb(93,243,100); }
td.TdClassName
{
border-color: #5DF364;
}
.TagClassName
{
border-color: #5DF364;
}
</style>