Shades of Screamin' Green #50F345
Tints of Screamin' Green #50F345
RGB
CMYK
RGB Variations
Color information
#50F345 (or 0x50F345) is known color: Screamin' Green. HEX triplet: 50, F3 and 45. RGB value is (80,243,69). Sum of RGB (Red+Green+Blue) = 80+243+69=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 243 (95.31% from 255 or 61.99% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 243 - color contains mainly: green. Hex color #50F345 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F345 is #AF0CBA. Grayscale: #AEAEAE. Windows color (decimal): -11472059 or 4584272. OLE color: 4584272.
HSL color Cylindrical-coordinate representation of color #50F345: hue angle of 116.21º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50F345 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 69 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.05 |
| HSL | 116.21º | 0.88% | 0.61% | - |
| HSV(B) | 116.21º | 0.72% | 0.95% | - |
| XYZ | 36.43 | 66.24 | 16.49 | - |
| YUV | 174.43 | 68.5 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 69 | 0.67 | 0 | 0.72 | 0.05 | 116.21 | 0.88 | 0.61 |
| Hex | 50 | F3 | 45 | 43 | 0 | 48 | 5 | 74 | 58 | 3D |
| Octal | 120 | 363 | 105 | 103 | 0 | 110 | 5 | 164 | 130 | 75 |
| Binary | 1010000 | 11110011 | 1000101 | 1000011 | 0 | 1001000 | 101 | 1110100 | 1011000 | 111101 |
Color Harmonies of #50F345
Complementary color
Monochromatic Colors of #50F345
Black with #50F345
Text Example
Text Example
White with #50F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F345; }
p { color: rgb(80,243,69); }
H1.HeaderClassName
{
color: #50F345;
}
.AnyTagClassName
{
color: #50F345;
}
</style>
background-color css
<style>
a { background-color: #50F345; }
a { background-color: rgb(80,243,69); }
div.DivClassName
{
background-color: #50F345;
}
.BgClassName
{
background-color: #50F345;
}
</style>
border-color css
<style>
span { border-color: #50F345; }
span { border-color: rgb(80,243,69); }
td.TdClassName
{
border-color: #50F345;
}
.TagClassName
{
border-color: #50F345;
}
</style>