Shades of Screamin' Green #74FA50
Tints of Screamin' Green #74FA50
RGB
CMYK
RGB Variations
Color information
#74FA50 (or 0x74FA50) is known color: Screamin' Green. HEX triplet: 74, FA and 50. RGB value is (116,250,80). Sum of RGB (Red+Green+Blue) = 116+250+80=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FA50 is #8B05AF. Grayscale: #BFBFBF. Windows color (decimal): -9110960 or 5306996. OLE color: 5306996.
HSL color Cylindrical-coordinate representation of color #74FA50: hue angle of 107.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74FA50 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 80 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.02 |
| HSL | 107.29º | 0.94% | 0.65% | - |
| HSV(B) | 107.29º | 0.68% | 0.98% | - |
| XYZ | 42.84 | 72.66 | 19.36 | - |
| YUV | 190.55 | 65.61 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 80 | 0.54 | 0 | 0.68 | 0.02 | 107.29 | 0.94 | 0.65 |
| Hex | 74 | FA | 50 | 36 | 0 | 44 | 2 | 6B | 5E | 41 |
| Octal | 164 | 372 | 120 | 66 | 0 | 104 | 2 | 153 | 136 | 101 |
| Binary | 1110100 | 11111010 | 1010000 | 110110 | 0 | 1000100 | 10 | 1101011 | 1011110 | 1000001 |
Color Harmonies of #74FA50
Complementary color
Monochromatic Colors of #74FA50
Black with #74FA50
Text Example
Text Example
White with #74FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA50; }
p { color: rgb(116,250,80); }
H1.HeaderClassName
{
color: #74FA50;
}
.AnyTagClassName
{
color: #74FA50;
}
</style>
background-color css
<style>
a { background-color: #74FA50; }
a { background-color: rgb(116,250,80); }
div.DivClassName
{
background-color: #74FA50;
}
.BgClassName
{
background-color: #74FA50;
}
</style>
border-color css
<style>
span { border-color: #74FA50; }
span { border-color: rgb(116,250,80); }
td.TdClassName
{
border-color: #74FA50;
}
.TagClassName
{
border-color: #74FA50;
}
</style>