Shades of Screamin' Green #5DF164
Tints of Screamin' Green #5DF164
RGB
CMYK
RGB Variations
Color information
#5DF164 (or 0x5DF164) is known color: Screamin' Green. HEX triplet: 5D, F1 and 64. RGB value is (93,241,100). Sum of RGB (Red+Green+Blue) = 93+241+100=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF164 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF164 is #A20E9B. Grayscale: #B5B5B5. Windows color (decimal): -10620572 or 6615389. OLE color: 6615389.
HSL color Cylindrical-coordinate representation of color #5DF164: hue angle of 122.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF164 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 100 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.05 |
| HSL | 122.84º | 0.84% | 0.65% | - |
| HSV(B) | 122.84º | 0.61% | 0.95% | - |
| XYZ | 38.27 | 66.16 | 22.81 | - |
| YUV | 180.67 | 82.47 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 100 | 0.61 | 0 | 0.59 | 0.05 | 122.84 | 0.84 | 0.65 |
| Hex | 5D | F1 | 64 | 3D | 0 | 3B | 5 | 7B | 54 | 41 |
| Octal | 135 | 361 | 144 | 75 | 0 | 73 | 5 | 173 | 124 | 101 |
| Binary | 1011101 | 11110001 | 1100100 | 111101 | 0 | 111011 | 101 | 1111011 | 1010100 | 1000001 |
Color Harmonies of #5DF164
Complementary color
Monochromatic Colors of #5DF164
Black with #5DF164
Text Example
Text Example
White with #5DF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF164; }
p { color: rgb(93,241,100); }
H1.HeaderClassName
{
color: #5DF164;
}
.AnyTagClassName
{
color: #5DF164;
}
</style>
background-color css
<style>
a { background-color: #5DF164; }
a { background-color: rgb(93,241,100); }
div.DivClassName
{
background-color: #5DF164;
}
.BgClassName
{
background-color: #5DF164;
}
</style>
border-color css
<style>
span { border-color: #5DF164; }
span { border-color: rgb(93,241,100); }
td.TdClassName
{
border-color: #5DF164;
}
.TagClassName
{
border-color: #5DF164;
}
</style>