Shades of Emerald #48C45C
Tints of Emerald #48C45C
RGB
CMYK
RGB Variations
Color information
#48C45C (or 0x48C45C) is known color: Emerald. HEX triplet: 48, C4 and 5C. RGB value is (72,196,92). Sum of RGB (Red+Green+Blue) = 72+196+92=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #48C45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C45C is #B73BA3. Grayscale: #939393. Windows color (decimal): -12008356 or 6079560. OLE color: 6079560.
HSL color Cylindrical-coordinate representation of color #48C45C: hue angle of 129.68º 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 #48C45C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 92 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.23 |
| HSL | 129.68º | 0.51% | 0.53% | - |
| HSV(B) | 129.68º | 0.63% | 0.77% | - |
| XYZ | 24.34 | 41.63 | 16.88 | - |
| YUV | 147.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 92 | 0.63 | 0 | 0.53 | 0.23 | 129.68 | 0.51 | 0.53 |
| Hex | 48 | C4 | 5C | 3F | 0 | 35 | 17 | 82 | 33 | 35 |
| Octal | 110 | 304 | 134 | 77 | 0 | 65 | 27 | 202 | 63 | 65 |
| Binary | 1001000 | 11000100 | 1011100 | 111111 | 0 | 110101 | 10111 | 10000010 | 110011 | 110101 |
Color Harmonies of #48C45C
Complementary color
Monochromatic Colors of #48C45C
Black with #48C45C
Text Example
Text Example
White with #48C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C45C; }
p { color: rgb(72,196,92); }
H1.HeaderClassName
{
color: #48C45C;
}
.AnyTagClassName
{
color: #48C45C;
}
</style>
background-color css
<style>
a { background-color: #48C45C; }
a { background-color: rgb(72,196,92); }
div.DivClassName
{
background-color: #48C45C;
}
.BgClassName
{
background-color: #48C45C;
}
</style>
border-color css
<style>
span { border-color: #48C45C; }
span { border-color: rgb(72,196,92); }
td.TdClassName
{
border-color: #48C45C;
}
.TagClassName
{
border-color: #48C45C;
}
</style>