Shades of Screamin' Green #45FF50
Tints of Screamin' Green #45FF50
RGB
CMYK
RGB Variations
Color information
#45FF50 (or 0x45FF50) is known color: Screamin' Green. HEX triplet: 45, FF and 50. RGB value is (69,255,80). Sum of RGB (Red+Green+Blue) = 69+255+80=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #45FF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45FF50 is #BA00AF. Grayscale: #B3B3B3. Windows color (decimal): -12189872 or 5308229. OLE color: 5308229.
HSL color Cylindrical-coordinate representation of color #45FF50: hue angle of 123.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FF50 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 80 | - |
| CMYK | 0.73 | 0 | 0.69 | 0 |
| HSL | 123.55º | 1% | 0.64% | - |
| HSV(B) | 123.55º | 0.73% | 1% | - |
| XYZ | 39.66 | 73.36 | 19.66 | - |
| YUV | 179.44 | 71.88 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 80 | 0.73 | 0 | 0.69 | 0 | 123.55 | 1 | 0.64 |
| Hex | 45 | FF | 50 | 49 | 0 | 45 | 0 | 7C | 64 | 40 |
| Octal | 105 | 377 | 120 | 111 | 0 | 105 | 0 | 174 | 144 | 100 |
| Binary | 1000101 | 11111111 | 1010000 | 1001001 | 0 | 1000101 | 0 | 1111100 | 1100100 | 1000000 |
Color Harmonies of #45FF50
Complementary color
Monochromatic Colors of #45FF50
Black with #45FF50
Text Example
Text Example
White with #45FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FF50; }
p { color: rgb(69,255,80); }
H1.HeaderClassName
{
color: #45FF50;
}
.AnyTagClassName
{
color: #45FF50;
}
</style>
background-color css
<style>
a { background-color: #45FF50; }
a { background-color: rgb(69,255,80); }
div.DivClassName
{
background-color: #45FF50;
}
.BgClassName
{
background-color: #45FF50;
}
</style>
border-color css
<style>
span { border-color: #45FF50; }
span { border-color: rgb(69,255,80); }
td.TdClassName
{
border-color: #45FF50;
}
.TagClassName
{
border-color: #45FF50;
}
</style>