Shades of Screamin' Green #45FF88
Tints of Screamin' Green #45FF88
RGB
CMYK
RGB Variations
Color information
#45FF88 (or 0x45FF88) is known color: Screamin' Green. HEX triplet: 45, FF and 88. RGB value is (69,255,136). Sum of RGB (Red+Green+Blue) = 69+255+136=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #45FF88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FF88 is #BA0077. Grayscale: #BABABA. Windows color (decimal): -12189816 or 8978245. OLE color: 8978245.
HSL color Cylindrical-coordinate representation of color #45FF88: hue angle of 141.61º 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 #45FF88 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 136 | - |
| CMYK | 0.73 | 0 | 0.47 | 0 |
| HSL | 141.61º | 1% | 0.64% | - |
| HSV(B) | 141.61º | 0.73% | 1% | - |
| XYZ | 42.66 | 74.56 | 35.44 | - |
| YUV | 185.82 | 99.88 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 136 | 0.73 | 0 | 0.47 | 0 | 141.61 | 1 | 0.64 |
| Hex | 45 | FF | 88 | 49 | 0 | 2F | 0 | 8E | 64 | 40 |
| Octal | 105 | 377 | 210 | 111 | 0 | 57 | 0 | 216 | 144 | 100 |
| Binary | 1000101 | 11111111 | 10001000 | 1001001 | 0 | 101111 | 0 | 10001110 | 1100100 | 1000000 |
Color Harmonies of #45FF88
Complementary color
Monochromatic Colors of #45FF88
Black with #45FF88
Text Example
Text Example
White with #45FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FF88; }
p { color: rgb(69,255,136); }
H1.HeaderClassName
{
color: #45FF88;
}
.AnyTagClassName
{
color: #45FF88;
}
</style>
background-color css
<style>
a { background-color: #45FF88; }
a { background-color: rgb(69,255,136); }
div.DivClassName
{
background-color: #45FF88;
}
.BgClassName
{
background-color: #45FF88;
}
</style>
border-color css
<style>
span { border-color: #45FF88; }
span { border-color: rgb(69,255,136); }
td.TdClassName
{
border-color: #45FF88;
}
.TagClassName
{
border-color: #45FF88;
}
</style>