Shades of Screamin' Green #50F65C
Tints of Screamin' Green #50F65C
RGB
CMYK
RGB Variations
Color information
#50F65C (or 0x50F65C) is known color: Screamin' Green. HEX triplet: 50, F6 and 5C. RGB value is (80,246,92). Sum of RGB (Red+Green+Blue) = 80+246+92=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #50F65C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F65C is #AF09A3. Grayscale: #B3B3B3. Windows color (decimal): -11471268 or 6092368. OLE color: 6092368.
HSL color Cylindrical-coordinate representation of color #50F65C: hue angle of 124.34º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F65C is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 246 | 92 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.04 |
| HSL | 124.34º | 0.9% | 0.64% | - |
| HSV(B) | 124.34º | 0.67% | 0.96% | - |
| XYZ | 38.2 | 68.39 | 21.31 | - |
| YUV | 178.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 92 | 0.67 | 0 | 0.63 | 0.04 | 124.34 | 0.9 | 0.64 |
| Hex | 50 | F6 | 5C | 43 | 0 | 3F | 4 | 7C | 5A | 40 |
| Octal | 120 | 366 | 134 | 103 | 0 | 77 | 4 | 174 | 132 | 100 |
| Binary | 1010000 | 11110110 | 1011100 | 1000011 | 0 | 111111 | 100 | 1111100 | 1011010 | 1000000 |
Color Harmonies of #50F65C
Complementary color
Monochromatic Colors of #50F65C
Black with #50F65C
Text Example
Text Example
White with #50F65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F65C; }
p { color: rgb(80,246,92); }
H1.HeaderClassName
{
color: #50F65C;
}
.AnyTagClassName
{
color: #50F65C;
}
</style>
background-color css
<style>
a { background-color: #50F65C; }
a { background-color: rgb(80,246,92); }
div.DivClassName
{
background-color: #50F65C;
}
.BgClassName
{
background-color: #50F65C;
}
</style>
border-color css
<style>
span { border-color: #50F65C; }
span { border-color: rgb(80,246,92); }
td.TdClassName
{
border-color: #50F65C;
}
.TagClassName
{
border-color: #50F65C;
}
</style>