Shades of Shamrock #45F298
Tints of Shamrock #45F298
RGB
CMYK
RGB Variations
Color information
#45F298 (or 0x45F298) is known color: Shamrock. HEX triplet: 45, F2 and 98. RGB value is (69,242,152). Sum of RGB (Red+Green+Blue) = 69+242+152=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #45F298 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F298 is #BA0D67. Grayscale: #B4B4B4. Windows color (decimal): -12193128 or 10023493. OLE color: 10023493.
HSL color Cylindrical-coordinate representation of color #45F298: hue angle of 148.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F298 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 242 | 152 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.05 |
| HSL | 148.79º | 0.87% | 0.61% | - |
| HSV(B) | 148.79º | 0.71% | 0.95% | - |
| XYZ | 39.87 | 67.04 | 40.54 | - |
| YUV | 180.01 | 112.19 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 242 | 152 | 0.71 | 0 | 0.37 | 0.05 | 148.79 | 0.87 | 0.61 |
| Hex | 45 | F2 | 98 | 47 | 0 | 25 | 5 | 95 | 57 | 3D |
| Octal | 105 | 362 | 230 | 107 | 0 | 45 | 5 | 225 | 127 | 75 |
| Binary | 1000101 | 11110010 | 10011000 | 1000111 | 0 | 100101 | 101 | 10010101 | 1010111 | 111101 |
Color Harmonies of #45F298
Complementary color
Monochromatic Colors of #45F298
Black with #45F298
Text Example
Text Example
White with #45F298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F298; }
p { color: rgb(69,242,152); }
H1.HeaderClassName
{
color: #45F298;
}
.AnyTagClassName
{
color: #45F298;
}
</style>
background-color css
<style>
a { background-color: #45F298; }
a { background-color: rgb(69,242,152); }
div.DivClassName
{
background-color: #45F298;
}
.BgClassName
{
background-color: #45F298;
}
</style>
border-color css
<style>
span { border-color: #45F298; }
span { border-color: rgb(69,242,152); }
td.TdClassName
{
border-color: #45F298;
}
.TagClassName
{
border-color: #45F298;
}
</style>