Shades of Shamrock #48C58F
Tints of Shamrock #48C58F
RGB
CMYK
RGB Variations
Color information
#48C58F (or 0x48C58F) is known color: Shamrock. HEX triplet: 48, C5 and 8F. RGB value is (72,197,143). Sum of RGB (Red+Green+Blue) = 72+197+143=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #48C58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C58F is #B73A70. Grayscale: #999999. Windows color (decimal): -12008049 or 9422152. OLE color: 9422152.
HSL color Cylindrical-coordinate representation of color #48C58F: hue angle of 154.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C58F is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 197 | 143 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.23 |
| HSL | 154.08º | 0.52% | 0.53% | - |
| HSV(B) | 154.08º | 0.63% | 0.77% | - |
| XYZ | 27.6 | 43.29 | 32.89 | - |
| YUV | 153.47 | 122.09 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 143 | 0.63 | 0 | 0.27 | 0.23 | 154.08 | 0.52 | 0.53 |
| Hex | 48 | C5 | 8F | 3F | 0 | 1B | 17 | 9A | 34 | 35 |
| Octal | 110 | 305 | 217 | 77 | 0 | 33 | 27 | 232 | 64 | 65 |
| Binary | 1001000 | 11000101 | 10001111 | 111111 | 0 | 11011 | 10111 | 10011010 | 110100 | 110101 |
Color Harmonies of #48C58F
Complementary color
Monochromatic Colors of #48C58F
Black with #48C58F
Text Example
Text Example
White with #48C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C58F; }
p { color: rgb(72,197,143); }
H1.HeaderClassName
{
color: #48C58F;
}
.AnyTagClassName
{
color: #48C58F;
}
</style>
background-color css
<style>
a { background-color: #48C58F; }
a { background-color: rgb(72,197,143); }
div.DivClassName
{
background-color: #48C58F;
}
.BgClassName
{
background-color: #48C58F;
}
</style>
border-color css
<style>
span { border-color: #48C58F; }
span { border-color: rgb(72,197,143); }
td.TdClassName
{
border-color: #48C58F;
}
.TagClassName
{
border-color: #48C58F;
}
</style>