Shades of Shamrock #45F698
Tints of Shamrock #45F698
RGB
CMYK
RGB Variations
Color information
#45F698 (or 0x45F698) is known color: Shamrock. HEX triplet: 45, F6 and 98. RGB value is (69,246,152). Sum of RGB (Red+Green+Blue) = 69+246+152=467 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.78% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #45F698 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F698 is #BA0967. Grayscale: #B6B6B6. Windows color (decimal): -12192104 or 10024517. OLE color: 10024517.
HSL color Cylindrical-coordinate representation of color #45F698: hue angle of 148.14º degrees, saturation: 0.91, 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 #45F698 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 246 | 152 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.04 |
| HSL | 148.14º | 0.91% | 0.62% | - |
| HSV(B) | 148.14º | 0.72% | 0.96% | - |
| XYZ | 41.08 | 69.44 | 40.94 | - |
| YUV | 182.36 | 110.86 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 246 | 152 | 0.72 | 0 | 0.38 | 0.04 | 148.14 | 0.91 | 0.62 |
| Hex | 45 | F6 | 98 | 48 | 0 | 26 | 4 | 94 | 5B | 3E |
| Octal | 105 | 366 | 230 | 110 | 0 | 46 | 4 | 224 | 133 | 76 |
| Binary | 1000101 | 11110110 | 10011000 | 1001000 | 0 | 100110 | 100 | 10010100 | 1011011 | 111110 |
Color Harmonies of #45F698
Complementary color
Monochromatic Colors of #45F698
Black with #45F698
Text Example
Text Example
White with #45F698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F698; }
p { color: rgb(69,246,152); }
H1.HeaderClassName
{
color: #45F698;
}
.AnyTagClassName
{
color: #45F698;
}
</style>
background-color css
<style>
a { background-color: #45F698; }
a { background-color: rgb(69,246,152); }
div.DivClassName
{
background-color: #45F698;
}
.BgClassName
{
background-color: #45F698;
}
</style>
border-color css
<style>
span { border-color: #45F698; }
span { border-color: rgb(69,246,152); }
td.TdClassName
{
border-color: #45F698;
}
.TagClassName
{
border-color: #45F698;
}
</style>