Shades of Screamin' Green #5DF381
Tints of Screamin' Green #5DF381
RGB
CMYK
RGB Variations
Color information
#5DF381 (or 0x5DF381) is known color: Screamin' Green. HEX triplet: 5D, F3 and 81. RGB value is (93,243,129). Sum of RGB (Red+Green+Blue) = 93+243+129=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF381 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF381 is #A20C7E. Grayscale: #B9B9B9. Windows color (decimal): -10620031 or 8516445. OLE color: 8516445.
HSL color Cylindrical-coordinate representation of color #5DF381: hue angle of 134.4º 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 #5DF381 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 129 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.05 |
| HSL | 134.4º | 0.86% | 0.66% | - |
| HSV(B) | 134.4º | 0.62% | 0.95% | - |
| XYZ | 40.53 | 68.01 | 31.76 | - |
| YUV | 185.15 | 96.31 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 129 | 0.62 | 0 | 0.47 | 0.05 | 134.4 | 0.86 | 0.66 |
| Hex | 5D | F3 | 81 | 3E | 0 | 2F | 5 | 86 | 56 | 42 |
| Octal | 135 | 363 | 201 | 76 | 0 | 57 | 5 | 206 | 126 | 102 |
| Binary | 1011101 | 11110011 | 10000001 | 111110 | 0 | 101111 | 101 | 10000110 | 1010110 | 1000010 |
Color Harmonies of #5DF381
Complementary color
Monochromatic Colors of #5DF381
Black with #5DF381
Text Example
Text Example
White with #5DF381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF381; }
p { color: rgb(93,243,129); }
H1.HeaderClassName
{
color: #5DF381;
}
.AnyTagClassName
{
color: #5DF381;
}
</style>
background-color css
<style>
a { background-color: #5DF381; }
a { background-color: rgb(93,243,129); }
div.DivClassName
{
background-color: #5DF381;
}
.BgClassName
{
background-color: #5DF381;
}
</style>
border-color css
<style>
span { border-color: #5DF381; }
span { border-color: rgb(93,243,129); }
td.TdClassName
{
border-color: #5DF381;
}
.TagClassName
{
border-color: #5DF381;
}
</style>