Shades of Shamrock #45D999
Tints of Shamrock #45D999
RGB
CMYK
RGB Variations
Color information
#45D999 (or 0x45D999) is known color: Shamrock. HEX triplet: 45, D9 and 99. RGB value is (69,217,153). Sum of RGB (Red+Green+Blue) = 69+217+153=439 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.72% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #45D999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D999 is #BA2666. Grayscale: #A5A5A5. Windows color (decimal): -12199527 or 10082629. OLE color: 10082629.
HSL color Cylindrical-coordinate representation of color #45D999: hue angle of 154.05º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D999 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 153 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.15 |
| HSL | 154.05º | 0.66% | 0.56% | - |
| HSV(B) | 154.05º | 0.68% | 0.85% | - |
| XYZ | 33.02 | 53.19 | 38.66 | - |
| YUV | 165.45 | 120.97 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 153 | 0.68 | 0 | 0.29 | 0.15 | 154.05 | 0.66 | 0.56 |
| Hex | 45 | D9 | 99 | 44 | 0 | 1D | F | 9A | 42 | 38 |
| Octal | 105 | 331 | 231 | 104 | 0 | 35 | 17 | 232 | 102 | 70 |
| Binary | 1000101 | 11011001 | 10011001 | 1000100 | 0 | 11101 | 1111 | 10011010 | 1000010 | 111000 |
Color Harmonies of #45D999
Complementary color
Monochromatic Colors of #45D999
Black with #45D999
Text Example
Text Example
White with #45D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D999; }
p { color: rgb(69,217,153); }
H1.HeaderClassName
{
color: #45D999;
}
.AnyTagClassName
{
color: #45D999;
}
</style>
background-color css
<style>
a { background-color: #45D999; }
a { background-color: rgb(69,217,153); }
div.DivClassName
{
background-color: #45D999;
}
.BgClassName
{
background-color: #45D999;
}
</style>
border-color css
<style>
span { border-color: #45D999; }
span { border-color: rgb(69,217,153); }
td.TdClassName
{
border-color: #45D999;
}
.TagClassName
{
border-color: #45D999;
}
</style>