Shades of Shamrock #48FD9E
Tints of Shamrock #48FD9E
RGB
CMYK
RGB Variations
Color information
#48FD9E (or 0x48FD9E) is known color: Shamrock. HEX triplet: 48, FD and 9E. RGB value is (72,253,158). Sum of RGB (Red+Green+Blue) = 72+253+158=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FD9E is #B70261. Grayscale: #BCBCBC. Windows color (decimal): -11993698 or 10419528. OLE color: 10419528.
HSL color Cylindrical-coordinate representation of color #48FD9E: hue angle of 148.51º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FD9E is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
RGB | 72 | 253 | 158 | - |
CMYK | 0.72 | 0 | 0.38 | 0.01 |
HSL | 148.51º | 0.98% | 0.64% | - |
HSV(B) | 148.51º | 0.72% | 0.99% | - |
XYZ | 43.97 | 74.1 | 44.33 | - |
YUV | 188.05 | 111.03 | 45.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 253 | 158 | 0.72 | 0 | 0.38 | 0.01 | 148.51 | 0.98 | 0.64 |
Hex | 48 | FD | 9E | 48 | 0 | 26 | 1 | 95 | 62 | 40 |
Octal | 110 | 375 | 236 | 110 | 0 | 46 | 1 | 225 | 142 | 100 |
Binary | 1001000 | 11111101 | 10011110 | 1001000 | 0 | 100110 | 1 | 10010101 | 1100010 | 1000000 |
Color Harmonies of #48FD9E
Complementary color
Monochromatic Colors of #48FD9E
Black with #48FD9E
Text Example
Text Example
White with #48FD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FD9E; }
p { color: rgb(72,253,158); }
H1.HeaderClassName
{
color: #48FD9E;
}
.AnyTagClassName
{
color: #48FD9E;
}
</style>
background-color css
<style>
a { background-color: #48FD9E; }
a { background-color: rgb(72,253,158); }
div.DivClassName
{
background-color: #48FD9E;
}
.BgClassName
{
background-color: #48FD9E;
}
</style>
border-color css
<style>
span { border-color: #48FD9E; }
span { border-color: rgb(72,253,158); }
td.TdClassName
{
border-color: #48FD9E;
}
.TagClassName
{
border-color: #48FD9E;
}
</style>