Shades of Shamrock #45DC99
Tints of Shamrock #45DC99
RGB
CMYK
RGB Variations
Color information
#45DC99 (or 0x45DC99) is known color: Shamrock. HEX triplet: 45, DC and 99. RGB value is (69,220,153). Sum of RGB (Red+Green+Blue) = 69+220+153=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DC99 is #BA2366. Grayscale: #A7A7A7. Windows color (decimal): -12198759 or 10083397. OLE color: 10083397.
HSL color Cylindrical-coordinate representation of color #45DC99: hue angle of 153.38º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DC99 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 153 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.14 |
| HSL | 153.38º | 0.68% | 0.57% | - |
| HSV(B) | 153.38º | 0.69% | 0.86% | - |
| XYZ | 33.8 | 54.75 | 38.92 | - |
| YUV | 167.21 | 119.97 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 153 | 0.69 | 0 | 0.30 | 0.14 | 153.38 | 0.68 | 0.57 |
| Hex | 45 | DC | 99 | 45 | 0 | 1E | E | 99 | 44 | 39 |
| Octal | 105 | 334 | 231 | 105 | 0 | 36 | 16 | 231 | 104 | 71 |
| Binary | 1000101 | 11011100 | 10011001 | 1000101 | 0 | 11110 | 1110 | 10011001 | 1000100 | 111001 |
Color Harmonies of #45DC99
Complementary color
Monochromatic Colors of #45DC99
Black with #45DC99
Text Example
Text Example
White with #45DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DC99; }
p { color: rgb(69,220,153); }
H1.HeaderClassName
{
color: #45DC99;
}
.AnyTagClassName
{
color: #45DC99;
}
</style>
background-color css
<style>
a { background-color: #45DC99; }
a { background-color: rgb(69,220,153); }
div.DivClassName
{
background-color: #45DC99;
}
.BgClassName
{
background-color: #45DC99;
}
</style>
border-color css
<style>
span { border-color: #45DC99; }
span { border-color: rgb(69,220,153); }
td.TdClassName
{
border-color: #45DC99;
}
.TagClassName
{
border-color: #45DC99;
}
</style>