Shades of Emerald #48C25F
Tints of Emerald #48C25F
RGB
CMYK
RGB Variations
Color information
#48C25F (or 0x48C25F) is known color: Emerald. HEX triplet: 48, C2 and 5F. RGB value is (72,194,95). Sum of RGB (Red+Green+Blue) = 72+194+95=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #48C25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C25F is #B73DA0. Grayscale: #929292. Windows color (decimal): -12008865 or 6275656. OLE color: 6275656.
HSL color Cylindrical-coordinate representation of color #48C25F: hue angle of 131.31º 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 #48C25F is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 95 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.24 |
| HSL | 131.31º | 0.5% | 0.52% | - |
| HSV(B) | 131.31º | 0.63% | 0.76% | - |
| XYZ | 24.03 | 40.79 | 17.43 | - |
| YUV | 146.24 | 99.08 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 95 | 0.63 | 0 | 0.51 | 0.24 | 131.31 | 0.5 | 0.52 |
| Hex | 48 | C2 | 5F | 3F | 0 | 33 | 18 | 83 | 32 | 34 |
| Octal | 110 | 302 | 137 | 77 | 0 | 63 | 30 | 203 | 62 | 64 |
| Binary | 1001000 | 11000010 | 1011111 | 111111 | 0 | 110011 | 11000 | 10000011 | 110010 | 110100 |
Color Harmonies of #48C25F
Complementary color
Monochromatic Colors of #48C25F
Black with #48C25F
Text Example
Text Example
White with #48C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C25F; }
p { color: rgb(72,194,95); }
H1.HeaderClassName
{
color: #48C25F;
}
.AnyTagClassName
{
color: #48C25F;
}
</style>
background-color css
<style>
a { background-color: #48C25F; }
a { background-color: rgb(72,194,95); }
div.DivClassName
{
background-color: #48C25F;
}
.BgClassName
{
background-color: #48C25F;
}
</style>
border-color css
<style>
span { border-color: #48C25F; }
span { border-color: rgb(72,194,95); }
td.TdClassName
{
border-color: #48C25F;
}
.TagClassName
{
border-color: #48C25F;
}
</style>