Shades of Screamin' Green #45F573
Tints of Screamin' Green #45F573
RGB
CMYK
RGB Variations
Color information
#45F573 (or 0x45F573) is known color: Screamin' Green. HEX triplet: 45, F5 and 73. RGB value is (69,245,115). Sum of RGB (Red+Green+Blue) = 69+245+115=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 245 (96.09% from 255 or 57.11% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 245 - color contains mainly: green. Hex color #45F573 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45F573 is #BA0A8C. Grayscale: #B1B1B1. Windows color (decimal): -12192397 or 7599429. OLE color: 7599429.
HSL color Cylindrical-coordinate representation of color #45F573: hue angle of 135.68º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F573 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 245 | 115 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.04 |
| HSL | 135.68º | 0.9% | 0.62% | - |
| HSV(B) | 135.68º | 0.72% | 0.96% | - |
| XYZ | 38.2 | 67.81 | 27.29 | - |
| YUV | 177.56 | 92.69 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 245 | 115 | 0.72 | 0 | 0.53 | 0.04 | 135.68 | 0.9 | 0.62 |
| Hex | 45 | F5 | 73 | 48 | 0 | 35 | 4 | 88 | 5A | 3E |
| Octal | 105 | 365 | 163 | 110 | 0 | 65 | 4 | 210 | 132 | 76 |
| Binary | 1000101 | 11110101 | 1110011 | 1001000 | 0 | 110101 | 100 | 10001000 | 1011010 | 111110 |
Color Harmonies of #45F573
Complementary color
Monochromatic Colors of #45F573
Black with #45F573
Text Example
Text Example
White with #45F573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F573; }
p { color: rgb(69,245,115); }
H1.HeaderClassName
{
color: #45F573;
}
.AnyTagClassName
{
color: #45F573;
}
</style>
background-color css
<style>
a { background-color: #45F573; }
a { background-color: rgb(69,245,115); }
div.DivClassName
{
background-color: #45F573;
}
.BgClassName
{
background-color: #45F573;
}
</style>
border-color css
<style>
span { border-color: #45F573; }
span { border-color: rgb(69,245,115); }
td.TdClassName
{
border-color: #45F573;
}
.TagClassName
{
border-color: #45F573;
}
</style>