Shades of Screamin' Green #50DF5C
Tints of Screamin' Green #50DF5C
RGB
CMYK
RGB Variations
Color information
#50DF5C (or 0x50DF5C) is known color: Screamin' Green. HEX triplet: 50, DF and 5C. RGB value is (80,223,92). Sum of RGB (Red+Green+Blue) = 80+223+92=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DF5C is #AF20A3. Grayscale: #A5A5A5. Windows color (decimal): -11477156 or 6086480. OLE color: 6086480.
HSL color Cylindrical-coordinate representation of color #50DF5C: hue angle of 125.03º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF5C is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 92 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.13 |
| HSL | 125.04º | 0.69% | 0.59% | - |
| HSV(B) | 125.04º | 0.64% | 0.87% | - |
| XYZ | 31.63 | 55.25 | 19.12 | - |
| YUV | 165.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 92 | 0.64 | 0 | 0.59 | 0.13 | 125.04 | 0.69 | 0.59 |
| Hex | 50 | DF | 5C | 40 | 0 | 3B | D | 7D | 45 | 3B |
| Octal | 120 | 337 | 134 | 100 | 0 | 73 | 15 | 175 | 105 | 73 |
| Binary | 1010000 | 11011111 | 1011100 | 1000000 | 0 | 111011 | 1101 | 1111101 | 1000101 | 111011 |
Color Harmonies of #50DF5C
Complementary color
Monochromatic Colors of #50DF5C
Black with #50DF5C
Text Example
Text Example
White with #50DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF5C; }
p { color: rgb(80,223,92); }
H1.HeaderClassName
{
color: #50DF5C;
}
.AnyTagClassName
{
color: #50DF5C;
}
</style>
background-color css
<style>
a { background-color: #50DF5C; }
a { background-color: rgb(80,223,92); }
div.DivClassName
{
background-color: #50DF5C;
}
.BgClassName
{
background-color: #50DF5C;
}
</style>
border-color css
<style>
span { border-color: #50DF5C; }
span { border-color: rgb(80,223,92); }
td.TdClassName
{
border-color: #50DF5C;
}
.TagClassName
{
border-color: #50DF5C;
}
</style>