Shades of Screamin' Green #45F85A
Tints of Screamin' Green #45F85A
RGB
CMYK
RGB Variations
Color information
#45F85A (or 0x45F85A) is known color: Screamin' Green. HEX triplet: 45, F8 and 5A. RGB value is (69,248,90). Sum of RGB (Red+Green+Blue) = 69+248+90=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 248 (97.27% from 255 or 60.93% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 248 - color contains mainly: green. Hex color #45F85A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45F85A is #BA07A5. Grayscale: #B0B0B0. Windows color (decimal): -12191654 or 5961797. OLE color: 5961797.
HSL color Cylindrical-coordinate representation of color #45F85A: hue angle of 127.04º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F85A is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 248 | 90 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.03 |
| HSL | 127.04º | 0.93% | 0.62% | - |
| HSV(B) | 127.04º | 0.72% | 0.97% | - |
| XYZ | 37.87 | 69.14 | 21.02 | - |
| YUV | 176.47 | 79.2 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 248 | 90 | 0.72 | 0 | 0.64 | 0.03 | 127.04 | 0.93 | 0.62 |
| Hex | 45 | F8 | 5A | 48 | 0 | 40 | 3 | 7F | 5D | 3E |
| Octal | 105 | 370 | 132 | 110 | 0 | 100 | 3 | 177 | 135 | 76 |
| Binary | 1000101 | 11111000 | 1011010 | 1001000 | 0 | 1000000 | 11 | 1111111 | 1011101 | 111110 |
Color Harmonies of #45F85A
Complementary color
Monochromatic Colors of #45F85A
Black with #45F85A
Text Example
Text Example
White with #45F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F85A; }
p { color: rgb(69,248,90); }
H1.HeaderClassName
{
color: #45F85A;
}
.AnyTagClassName
{
color: #45F85A;
}
</style>
background-color css
<style>
a { background-color: #45F85A; }
a { background-color: rgb(69,248,90); }
div.DivClassName
{
background-color: #45F85A;
}
.BgClassName
{
background-color: #45F85A;
}
</style>
border-color css
<style>
span { border-color: #45F85A; }
span { border-color: rgb(69,248,90); }
td.TdClassName
{
border-color: #45F85A;
}
.TagClassName
{
border-color: #45F85A;
}
</style>