Shades of Emerald #48C468
Tints of Emerald #48C468
RGB
CMYK
RGB Variations
Color information
#48C468 (or 0x48C468) is known color: Emerald. HEX triplet: 48, C4 and 68. RGB value is (72,196,104). Sum of RGB (Red+Green+Blue) = 72+196+104=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #48C468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C468 is #B73B97. Grayscale: #949494. Windows color (decimal): -12008344 or 6865992. OLE color: 6865992.
HSL color Cylindrical-coordinate representation of color #48C468: hue angle of 135.48º degrees, saturation: 0.51, 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 #48C468 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 104 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.23 |
| HSL | 135.48º | 0.51% | 0.53% | - |
| HSV(B) | 135.48º | 0.63% | 0.77% | - |
| XYZ | 24.91 | 41.86 | 19.86 | - |
| YUV | 148.44 | 102.92 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 104 | 0.63 | 0 | 0.47 | 0.23 | 135.48 | 0.51 | 0.53 |
| Hex | 48 | C4 | 68 | 3F | 0 | 2F | 17 | 87 | 33 | 35 |
| Octal | 110 | 304 | 150 | 77 | 0 | 57 | 27 | 207 | 63 | 65 |
| Binary | 1001000 | 11000100 | 1101000 | 111111 | 0 | 101111 | 10111 | 10000111 | 110011 | 110101 |
Color Harmonies of #48C468
Complementary color
Monochromatic Colors of #48C468
Black with #48C468
Text Example
Text Example
White with #48C468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C468; }
p { color: rgb(72,196,104); }
H1.HeaderClassName
{
color: #48C468;
}
.AnyTagClassName
{
color: #48C468;
}
</style>
background-color css
<style>
a { background-color: #48C468; }
a { background-color: rgb(72,196,104); }
div.DivClassName
{
background-color: #48C468;
}
.BgClassName
{
background-color: #48C468;
}
</style>
border-color css
<style>
span { border-color: #48C468; }
span { border-color: rgb(72,196,104); }
td.TdClassName
{
border-color: #48C468;
}
.TagClassName
{
border-color: #48C468;
}
</style>