Shades of Screamin' Green #44FA50
Tints of Screamin' Green #44FA50
RGB
CMYK
RGB Variations
Color information
#44FA50 (or 0x44FA50) is known color: Screamin' Green. HEX triplet: 44, FA and 50. RGB value is (68,250,80). Sum of RGB (Red+Green+Blue) = 68+250+80=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #44FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44FA50 is #BB05AF. Grayscale: #B0B0B0. Windows color (decimal): -12256688 or 5306948. OLE color: 5306948.
HSL color Cylindrical-coordinate representation of color #44FA50: hue angle of 123.96º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FA50 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 80 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.02 |
| HSL | 123.96º | 0.95% | 0.62% | - |
| HSV(B) | 123.96º | 0.73% | 0.98% | - |
| XYZ | 38.02 | 70.18 | 19.13 | - |
| YUV | 176.2 | 73.7 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 80 | 0.73 | 0 | 0.68 | 0.02 | 123.96 | 0.95 | 0.62 |
| Hex | 44 | FA | 50 | 49 | 0 | 44 | 2 | 7C | 5F | 3E |
| Octal | 104 | 372 | 120 | 111 | 0 | 104 | 2 | 174 | 137 | 76 |
| Binary | 1000100 | 11111010 | 1010000 | 1001001 | 0 | 1000100 | 10 | 1111100 | 1011111 | 111110 |
Color Harmonies of #44FA50
Complementary color
Monochromatic Colors of #44FA50
Black with #44FA50
Text Example
Text Example
White with #44FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FA50; }
p { color: rgb(68,250,80); }
H1.HeaderClassName
{
color: #44FA50;
}
.AnyTagClassName
{
color: #44FA50;
}
</style>
background-color css
<style>
a { background-color: #44FA50; }
a { background-color: rgb(68,250,80); }
div.DivClassName
{
background-color: #44FA50;
}
.BgClassName
{
background-color: #44FA50;
}
</style>
border-color css
<style>
span { border-color: #44FA50; }
span { border-color: rgb(68,250,80); }
td.TdClassName
{
border-color: #44FA50;
}
.TagClassName
{
border-color: #44FA50;
}
</style>