Shades of Screamin' Green #5DFF3C
Tints of Screamin' Green #5DFF3C
RGB
CMYK
RGB Variations
Color information
#5DFF3C (or 0x5DFF3C) is known color: Screamin' Green. HEX triplet: 5D, FF and 3C. RGB value is (93,255,60). Sum of RGB (Red+Green+Blue) = 93+255+60=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFF3C is #A200C3. Grayscale: #B8B8B8. Windows color (decimal): -10617028 or 3997533. OLE color: 3997533.
HSL color Cylindrical-coordinate representation of color #5DFF3C: hue angle of 109.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DFF3C is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 60 | - |
| CMYK | 0.64 | 0 | 0.76 | 0 |
| HSL | 109.85º | 1% | 0.62% | - |
| HSV(B) | 109.85º | 0.76% | 1% | - |
| XYZ | 41.09 | 74.17 | 16.43 | - |
| YUV | 184.33 | 57.83 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 60 | 0.64 | 0 | 0.76 | 0 | 109.85 | 1 | 0.62 |
| Hex | 5D | FF | 3C | 40 | 0 | 4C | 0 | 6E | 64 | 3E |
| Octal | 135 | 377 | 74 | 100 | 0 | 114 | 0 | 156 | 144 | 76 |
| Binary | 1011101 | 11111111 | 111100 | 1000000 | 0 | 1001100 | 0 | 1101110 | 1100100 | 111110 |
Color Harmonies of #5DFF3C
Complementary color
Monochromatic Colors of #5DFF3C
Black with #5DFF3C
Text Example
Text Example
White with #5DFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFF3C; }
p { color: rgb(93,255,60); }
H1.HeaderClassName
{
color: #5DFF3C;
}
.AnyTagClassName
{
color: #5DFF3C;
}
</style>
background-color css
<style>
a { background-color: #5DFF3C; }
a { background-color: rgb(93,255,60); }
div.DivClassName
{
background-color: #5DFF3C;
}
.BgClassName
{
background-color: #5DFF3C;
}
</style>
border-color css
<style>
span { border-color: #5DFF3C; }
span { border-color: rgb(93,255,60); }
td.TdClassName
{
border-color: #5DFF3C;
}
.TagClassName
{
border-color: #5DFF3C;
}
</style>