Shades of Screamin' Green #45FF78
Tints of Screamin' Green #45FF78
RGB
CMYK
RGB Variations
Color information
#45FF78 (or 0x45FF78) is known color: Screamin' Green. HEX triplet: 45, FF and 78. RGB value is (69,255,120). Sum of RGB (Red+Green+Blue) = 69+255+120=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #45FF78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45FF78 is #BA0087. Grayscale: #B8B8B8. Windows color (decimal): -12189832 or 7929669. OLE color: 7929669.
HSL color Cylindrical-coordinate representation of color #45FF78: hue angle of 136.45º 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 #45FF78 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 120 | - |
| CMYK | 0.73 | 0 | 0.53 | 0 |
| HSL | 136.45º | 1% | 0.64% | - |
| HSV(B) | 136.45º | 0.73% | 1% | - |
| XYZ | 41.6 | 74.14 | 29.89 | - |
| YUV | 184 | 91.88 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 120 | 0.73 | 0 | 0.53 | 0 | 136.45 | 1 | 0.64 |
| Hex | 45 | FF | 78 | 49 | 0 | 35 | 0 | 88 | 64 | 40 |
| Octal | 105 | 377 | 170 | 111 | 0 | 65 | 0 | 210 | 144 | 100 |
| Binary | 1000101 | 11111111 | 1111000 | 1001001 | 0 | 110101 | 0 | 10001000 | 1100100 | 1000000 |
Color Harmonies of #45FF78
Complementary color
Monochromatic Colors of #45FF78
Black with #45FF78
Text Example
Text Example
White with #45FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FF78; }
p { color: rgb(69,255,120); }
H1.HeaderClassName
{
color: #45FF78;
}
.AnyTagClassName
{
color: #45FF78;
}
</style>
background-color css
<style>
a { background-color: #45FF78; }
a { background-color: rgb(69,255,120); }
div.DivClassName
{
background-color: #45FF78;
}
.BgClassName
{
background-color: #45FF78;
}
</style>
border-color css
<style>
span { border-color: #45FF78; }
span { border-color: rgb(69,255,120); }
td.TdClassName
{
border-color: #45FF78;
}
.TagClassName
{
border-color: #45FF78;
}
</style>