Shades of Screamin' Green #45FF6D
Tints of Screamin' Green #45FF6D
RGB
CMYK
RGB Variations
Color information
#45FF6D (or 0x45FF6D) is known color: Screamin' Green. HEX triplet: 45, FF and 6D. RGB value is (69,255,109). Sum of RGB (Red+Green+Blue) = 69+255+109=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #45FF6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45FF6D is #BA0092. Grayscale: #B7B7B7. Windows color (decimal): -12189843 or 7208773. OLE color: 7208773.
HSL color Cylindrical-coordinate representation of color #45FF6D: hue angle of 132.9º 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 #45FF6D is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 109 | - |
| CMYK | 0.73 | 0 | 0.57 | 0 |
| HSL | 132.9º | 1% | 0.64% | - |
| HSV(B) | 132.9º | 0.73% | 1% | - |
| XYZ | 40.97 | 73.89 | 26.57 | - |
| YUV | 182.74 | 86.38 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 109 | 0.73 | 0 | 0.57 | 0 | 132.9 | 1 | 0.64 |
| Hex | 45 | FF | 6D | 49 | 0 | 39 | 0 | 85 | 64 | 40 |
| Octal | 105 | 377 | 155 | 111 | 0 | 71 | 0 | 205 | 144 | 100 |
| Binary | 1000101 | 11111111 | 1101101 | 1001001 | 0 | 111001 | 0 | 10000101 | 1100100 | 1000000 |
Color Harmonies of #45FF6D
Complementary color
Monochromatic Colors of #45FF6D
Black with #45FF6D
Text Example
Text Example
White with #45FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FF6D; }
p { color: rgb(69,255,109); }
H1.HeaderClassName
{
color: #45FF6D;
}
.AnyTagClassName
{
color: #45FF6D;
}
</style>
background-color css
<style>
a { background-color: #45FF6D; }
a { background-color: rgb(69,255,109); }
div.DivClassName
{
background-color: #45FF6D;
}
.BgClassName
{
background-color: #45FF6D;
}
</style>
border-color css
<style>
span { border-color: #45FF6D; }
span { border-color: rgb(69,255,109); }
td.TdClassName
{
border-color: #45FF6D;
}
.TagClassName
{
border-color: #45FF6D;
}
</style>