Shades of Emerald #48C25C
Tints of Emerald #48C25C
RGB
CMYK
RGB Variations
Color information
#48C25C (or 0x48C25C) is known color: Emerald. HEX triplet: 48, C2 and 5C. RGB value is (72,194,92). Sum of RGB (Red+Green+Blue) = 72+194+92=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #48C25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C25C is #B73DA3. Grayscale: #929292. Windows color (decimal): -12008868 or 6079048. OLE color: 6079048.
HSL color Cylindrical-coordinate representation of color #48C25C: hue angle of 129.84º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C25C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 92 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.24 |
| HSL | 129.84º | 0.5% | 0.52% | - |
| HSV(B) | 129.84º | 0.63% | 0.76% | - |
| XYZ | 23.9 | 40.73 | 16.73 | - |
| YUV | 145.89 | 97.58 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 92 | 0.63 | 0 | 0.53 | 0.24 | 129.84 | 0.5 | 0.52 |
| Hex | 48 | C2 | 5C | 3F | 0 | 35 | 18 | 82 | 32 | 34 |
| Octal | 110 | 302 | 134 | 77 | 0 | 65 | 30 | 202 | 62 | 64 |
| Binary | 1001000 | 11000010 | 1011100 | 111111 | 0 | 110101 | 11000 | 10000010 | 110010 | 110100 |
Color Harmonies of #48C25C
Complementary color
Monochromatic Colors of #48C25C
Black with #48C25C
Text Example
Text Example
White with #48C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C25C; }
p { color: rgb(72,194,92); }
H1.HeaderClassName
{
color: #48C25C;
}
.AnyTagClassName
{
color: #48C25C;
}
</style>
background-color css
<style>
a { background-color: #48C25C; }
a { background-color: rgb(72,194,92); }
div.DivClassName
{
background-color: #48C25C;
}
.BgClassName
{
background-color: #48C25C;
}
</style>
border-color css
<style>
span { border-color: #48C25C; }
span { border-color: rgb(72,194,92); }
td.TdClassName
{
border-color: #48C25C;
}
.TagClassName
{
border-color: #48C25C;
}
</style>