Shades of Shamrock #45D690
Tints of Shamrock #45D690
RGB
CMYK
RGB Variations
Color information
#45D690 (or 0x45D690) is known color: Shamrock. HEX triplet: 45, D6 and 90. RGB value is (69,214,144). Sum of RGB (Red+Green+Blue) = 69+214+144=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #45D690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D690 is #BA296F. Grayscale: #A2A2A2. Windows color (decimal): -12200304 or 9492037. OLE color: 9492037.
HSL color Cylindrical-coordinate representation of color #45D690: hue angle of 151.03º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D690 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 144 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.16 |
| HSL | 151.03º | 0.64% | 0.55% | - |
| HSV(B) | 151.03º | 0.68% | 0.84% | - |
| XYZ | 31.53 | 51.37 | 34.64 | - |
| YUV | 162.67 | 117.46 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 144 | 0.68 | 0 | 0.33 | 0.16 | 151.03 | 0.64 | 0.55 |
| Hex | 45 | D6 | 90 | 44 | 0 | 21 | 10 | 97 | 40 | 37 |
| Octal | 105 | 326 | 220 | 104 | 0 | 41 | 20 | 227 | 100 | 67 |
| Binary | 1000101 | 11010110 | 10010000 | 1000100 | 0 | 100001 | 10000 | 10010111 | 1000000 | 110111 |
Color Harmonies of #45D690
Complementary color
Monochromatic Colors of #45D690
Black with #45D690
Text Example
Text Example
White with #45D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D690; }
p { color: rgb(69,214,144); }
H1.HeaderClassName
{
color: #45D690;
}
.AnyTagClassName
{
color: #45D690;
}
</style>
background-color css
<style>
a { background-color: #45D690; }
a { background-color: rgb(69,214,144); }
div.DivClassName
{
background-color: #45D690;
}
.BgClassName
{
background-color: #45D690;
}
</style>
border-color css
<style>
span { border-color: #45D690; }
span { border-color: rgb(69,214,144); }
td.TdClassName
{
border-color: #45D690;
}
.TagClassName
{
border-color: #45D690;
}
</style>