Shades of Screamin' Green #45FA73
Tints of Screamin' Green #45FA73
RGB
CMYK
RGB Variations
Color information
#45FA73 (or 0x45FA73) is known color: Screamin' Green. HEX triplet: 45, FA and 73. RGB value is (69,250,115). Sum of RGB (Red+Green+Blue) = 69+250+115=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #45FA73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45FA73 is #BA058C. Grayscale: #B4B4B4. Windows color (decimal): -12191117 or 7600709. OLE color: 7600709.
HSL color Cylindrical-coordinate representation of color #45FA73: hue angle of 135.25º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45FA73 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 250 | 115 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.02 |
| HSL | 135.25º | 0.95% | 0.63% | - |
| HSV(B) | 135.25º | 0.72% | 0.98% | - |
| XYZ | 39.73 | 70.87 | 27.81 | - |
| YUV | 180.49 | 91.03 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 250 | 115 | 0.72 | 0 | 0.54 | 0.02 | 135.25 | 0.95 | 0.63 |
| Hex | 45 | FA | 73 | 48 | 0 | 36 | 2 | 87 | 5F | 3F |
| Octal | 105 | 372 | 163 | 110 | 0 | 66 | 2 | 207 | 137 | 77 |
| Binary | 1000101 | 11111010 | 1110011 | 1001000 | 0 | 110110 | 10 | 10000111 | 1011111 | 111111 |
Color Harmonies of #45FA73
Complementary color
Monochromatic Colors of #45FA73
Black with #45FA73
Text Example
Text Example
White with #45FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FA73; }
p { color: rgb(69,250,115); }
H1.HeaderClassName
{
color: #45FA73;
}
.AnyTagClassName
{
color: #45FA73;
}
</style>
background-color css
<style>
a { background-color: #45FA73; }
a { background-color: rgb(69,250,115); }
div.DivClassName
{
background-color: #45FA73;
}
.BgClassName
{
background-color: #45FA73;
}
</style>
border-color css
<style>
span { border-color: #45FA73; }
span { border-color: rgb(69,250,115); }
td.TdClassName
{
border-color: #45FA73;
}
.TagClassName
{
border-color: #45FA73;
}
</style>