Shades of Shamrock #45F992
Tints of Shamrock #45F992
RGB
CMYK
RGB Variations
Color information
#45F992 (or 0x45F992) is known color: Shamrock. HEX triplet: 45, F9 and 92. RGB value is (69,249,146). Sum of RGB (Red+Green+Blue) = 69+249+146=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #45F992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F992 is #BA066D. Grayscale: #B7B7B7. Windows color (decimal): -12191342 or 9632069. OLE color: 9632069.
HSL color Cylindrical-coordinate representation of color #45F992: hue angle of 145.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F992 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 249 | 146 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.02 |
| HSL | 145.67º | 0.94% | 0.62% | - |
| HSV(B) | 145.67º | 0.72% | 0.98% | - |
| XYZ | 41.52 | 71.09 | 38.73 | - |
| YUV | 183.44 | 106.87 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 249 | 146 | 0.72 | 0 | 0.41 | 0.02 | 145.67 | 0.94 | 0.62 |
| Hex | 45 | F9 | 92 | 48 | 0 | 29 | 2 | 92 | 5E | 3E |
| Octal | 105 | 371 | 222 | 110 | 0 | 51 | 2 | 222 | 136 | 76 |
| Binary | 1000101 | 11111001 | 10010010 | 1001000 | 0 | 101001 | 10 | 10010010 | 1011110 | 111110 |
Color Harmonies of #45F992
Complementary color
Monochromatic Colors of #45F992
Black with #45F992
Text Example
Text Example
White with #45F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F992; }
p { color: rgb(69,249,146); }
H1.HeaderClassName
{
color: #45F992;
}
.AnyTagClassName
{
color: #45F992;
}
</style>
background-color css
<style>
a { background-color: #45F992; }
a { background-color: rgb(69,249,146); }
div.DivClassName
{
background-color: #45F992;
}
.BgClassName
{
background-color: #45F992;
}
</style>
border-color css
<style>
span { border-color: #45F992; }
span { border-color: rgb(69,249,146); }
td.TdClassName
{
border-color: #45F992;
}
.TagClassName
{
border-color: #45F992;
}
</style>