Shades of Shamrock #45C88A
Tints of Shamrock #45C88A
RGB
CMYK
RGB Variations
Color information
#45C88A (or 0x45C88A) is known color: Shamrock. HEX triplet: 45, C8 and 8A. RGB value is (69,200,138). Sum of RGB (Red+Green+Blue) = 69+200+138=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #45C88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C88A is #BA3775. Grayscale: #999999. Windows color (decimal): -12203894 or 9095237. OLE color: 9095237.
HSL color Cylindrical-coordinate representation of color #45C88A: hue angle of 151.6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C88A is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 138 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.22 |
| HSL | 151.6º | 0.54% | 0.53% | - |
| HSV(B) | 151.6º | 0.66% | 0.78% | - |
| XYZ | 27.7 | 44.41 | 31.16 | - |
| YUV | 153.76 | 119.1 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 138 | 0.66 | 0 | 0.31 | 0.22 | 151.6 | 0.54 | 0.53 |
| Hex | 45 | C8 | 8A | 42 | 0 | 1F | 16 | 98 | 36 | 35 |
| Octal | 105 | 310 | 212 | 102 | 0 | 37 | 26 | 230 | 66 | 65 |
| Binary | 1000101 | 11001000 | 10001010 | 1000010 | 0 | 11111 | 10110 | 10011000 | 110110 | 110101 |
Color Harmonies of #45C88A
Complementary color
Monochromatic Colors of #45C88A
Black with #45C88A
Text Example
Text Example
White with #45C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C88A; }
p { color: rgb(69,200,138); }
H1.HeaderClassName
{
color: #45C88A;
}
.AnyTagClassName
{
color: #45C88A;
}
</style>
background-color css
<style>
a { background-color: #45C88A; }
a { background-color: rgb(69,200,138); }
div.DivClassName
{
background-color: #45C88A;
}
.BgClassName
{
background-color: #45C88A;
}
</style>
border-color css
<style>
span { border-color: #45C88A; }
span { border-color: rgb(69,200,138); }
td.TdClassName
{
border-color: #45C88A;
}
.TagClassName
{
border-color: #45C88A;
}
</style>