Shades of Shamrock #45EB90
Tints of Shamrock #45EB90
RGB
CMYK
RGB Variations
Color information
#45EB90 (or 0x45EB90) is known color: Shamrock. HEX triplet: 45, EB and 90. RGB value is (69,235,144). Sum of RGB (Red+Green+Blue) = 69+235+144=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #45EB90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45EB90 is #BA146F. Grayscale: #AFAFAF. Windows color (decimal): -12194928 or 9497413. OLE color: 9497413.
HSL color Cylindrical-coordinate representation of color #45EB90: hue angle of 147.11º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EB90 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 235 | 144 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.08 |
| HSL | 147.11º | 0.81% | 0.6% | - |
| HSV(B) | 147.11º | 0.71% | 0.92% | - |
| XYZ | 37.2 | 62.7 | 36.53 | - |
| YUV | 174.99 | 110.5 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 235 | 144 | 0.71 | 0 | 0.39 | 0.08 | 147.11 | 0.81 | 0.6 |
| Hex | 45 | EB | 90 | 47 | 0 | 27 | 8 | 93 | 51 | 3C |
| Octal | 105 | 353 | 220 | 107 | 0 | 47 | 10 | 223 | 121 | 74 |
| Binary | 1000101 | 11101011 | 10010000 | 1000111 | 0 | 100111 | 1000 | 10010011 | 1010001 | 111100 |
Color Harmonies of #45EB90
Complementary color
Monochromatic Colors of #45EB90
Black with #45EB90
Text Example
Text Example
White with #45EB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EB90; }
p { color: rgb(69,235,144); }
H1.HeaderClassName
{
color: #45EB90;
}
.AnyTagClassName
{
color: #45EB90;
}
</style>
background-color css
<style>
a { background-color: #45EB90; }
a { background-color: rgb(69,235,144); }
div.DivClassName
{
background-color: #45EB90;
}
.BgClassName
{
background-color: #45EB90;
}
</style>
border-color css
<style>
span { border-color: #45EB90; }
span { border-color: rgb(69,235,144); }
td.TdClassName
{
border-color: #45EB90;
}
.TagClassName
{
border-color: #45EB90;
}
</style>