Shades of Shamrock #48FBA1
Tints of Shamrock #48FBA1
RGB
CMYK
RGB Variations
Color information
#48FBA1 (or 0x48FBA1) is known color: Shamrock. HEX triplet: 48, FB and A1. RGB value is (72,251,161). Sum of RGB (Red+Green+Blue) = 72+251+161=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FBA1 is #B7045E. Grayscale: #BBBBBB. Windows color (decimal): -11994207 or 10615624. OLE color: 10615624.
HSL color Cylindrical-coordinate representation of color #48FBA1: hue angle of 149.83º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FBA1 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 251 | 161 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.02 |
| HSL | 149.83º | 0.96% | 0.63% | - |
| HSV(B) | 149.83º | 0.71% | 0.98% | - |
| XYZ | 43.6 | 72.95 | 45.5 | - |
| YUV | 187.22 | 113.2 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 251 | 161 | 0.71 | 0 | 0.36 | 0.02 | 149.83 | 0.96 | 0.63 |
| Hex | 48 | FB | A1 | 47 | 0 | 24 | 2 | 96 | 60 | 3F |
| Octal | 110 | 373 | 241 | 107 | 0 | 44 | 2 | 226 | 140 | 77 |
| Binary | 1001000 | 11111011 | 10100001 | 1000111 | 0 | 100100 | 10 | 10010110 | 1100000 | 111111 |
Color Harmonies of #48FBA1
Complementary color
Monochromatic Colors of #48FBA1
Black with #48FBA1
Text Example
Text Example
White with #48FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FBA1; }
p { color: rgb(72,251,161); }
H1.HeaderClassName
{
color: #48FBA1;
}
.AnyTagClassName
{
color: #48FBA1;
}
</style>
background-color css
<style>
a { background-color: #48FBA1; }
a { background-color: rgb(72,251,161); }
div.DivClassName
{
background-color: #48FBA1;
}
.BgClassName
{
background-color: #48FBA1;
}
</style>
border-color css
<style>
span { border-color: #48FBA1; }
span { border-color: rgb(72,251,161); }
td.TdClassName
{
border-color: #48FBA1;
}
.TagClassName
{
border-color: #48FBA1;
}
</style>