Shades of Screamin' Green #50F94A
Tints of Screamin' Green #50F94A
RGB
CMYK
RGB Variations
Color information
#50F94A (or 0x50F94A) is known color: Screamin' Green. HEX triplet: 50, F9 and 4A. RGB value is (80,249,74). Sum of RGB (Red+Green+Blue) = 80+249+74=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 249 (97.66% from 255 or 61.79% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 249 - color contains mainly: green. Hex color #50F94A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F94A is #AF06B5. Grayscale: #B3B3B3. Windows color (decimal): -11470518 or 4913488. OLE color: 4913488.
HSL color Cylindrical-coordinate representation of color #50F94A: hue angle of 117.94º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50F94A is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 74 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.02 |
| HSL | 117.94º | 0.94% | 0.63% | - |
| HSV(B) | 117.94º | 0.7% | 0.98% | - |
| XYZ | 38.42 | 69.95 | 17.96 | - |
| YUV | 178.52 | 69.01 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 74 | 0.68 | 0 | 0.70 | 0.02 | 117.94 | 0.94 | 0.63 |
| Hex | 50 | F9 | 4A | 44 | 0 | 46 | 2 | 76 | 5E | 3F |
| Octal | 120 | 371 | 112 | 104 | 0 | 106 | 2 | 166 | 136 | 77 |
| Binary | 1010000 | 11111001 | 1001010 | 1000100 | 0 | 1000110 | 10 | 1110110 | 1011110 | 111111 |
Color Harmonies of #50F94A
Complementary color
Monochromatic Colors of #50F94A
Black with #50F94A
Text Example
Text Example
White with #50F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F94A; }
p { color: rgb(80,249,74); }
H1.HeaderClassName
{
color: #50F94A;
}
.AnyTagClassName
{
color: #50F94A;
}
</style>
background-color css
<style>
a { background-color: #50F94A; }
a { background-color: rgb(80,249,74); }
div.DivClassName
{
background-color: #50F94A;
}
.BgClassName
{
background-color: #50F94A;
}
</style>
border-color css
<style>
span { border-color: #50F94A; }
span { border-color: rgb(80,249,74); }
td.TdClassName
{
border-color: #50F94A;
}
.TagClassName
{
border-color: #50F94A;
}
</style>