Shades of Screamin' Green #5DF166
Tints of Screamin' Green #5DF166
RGB
CMYK
RGB Variations
Color information
#5DF166 (or 0x5DF166) is known color: Screamin' Green. HEX triplet: 5D, F1 and 66. RGB value is (93,241,102). Sum of RGB (Red+Green+Blue) = 93+241+102=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF166 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF166 is #A20E99. Grayscale: #B5B5B5. Windows color (decimal): -10620570 or 6746461. OLE color: 6746461.
HSL color Cylindrical-coordinate representation of color #5DF166: hue angle of 123.65º 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 #5DF166 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 102 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.05 |
| HSL | 123.65º | 0.84% | 0.65% | - |
| HSV(B) | 123.65º | 0.61% | 0.95% | - |
| XYZ | 38.37 | 66.2 | 23.33 | - |
| YUV | 180.9 | 83.47 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 102 | 0.61 | 0 | 0.58 | 0.05 | 123.65 | 0.84 | 0.65 |
| Hex | 5D | F1 | 66 | 3D | 0 | 3A | 5 | 7C | 54 | 41 |
| Octal | 135 | 361 | 146 | 75 | 0 | 72 | 5 | 174 | 124 | 101 |
| Binary | 1011101 | 11110001 | 1100110 | 111101 | 0 | 111010 | 101 | 1111100 | 1010100 | 1000001 |
Color Harmonies of #5DF166
Complementary color
Monochromatic Colors of #5DF166
Black with #5DF166
Text Example
Text Example
White with #5DF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF166; }
p { color: rgb(93,241,102); }
H1.HeaderClassName
{
color: #5DF166;
}
.AnyTagClassName
{
color: #5DF166;
}
</style>
background-color css
<style>
a { background-color: #5DF166; }
a { background-color: rgb(93,241,102); }
div.DivClassName
{
background-color: #5DF166;
}
.BgClassName
{
background-color: #5DF166;
}
</style>
border-color css
<style>
span { border-color: #5DF166; }
span { border-color: rgb(93,241,102); }
td.TdClassName
{
border-color: #5DF166;
}
.TagClassName
{
border-color: #5DF166;
}
</style>