Shades of Emerald #48D65C
Tints of Emerald #48D65C
RGB
CMYK
RGB Variations
Color information
#48D65C (or 0x48D65C) is known color: Emerald. HEX triplet: 48, D6 and 5C. RGB value is (72,214,92). Sum of RGB (Red+Green+Blue) = 72+214+92=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #48D65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D65C is #B729A3. Grayscale: #9D9D9D. Windows color (decimal): -12003748 or 6084168. OLE color: 6084168.
HSL color Cylindrical-coordinate representation of color #48D65C: hue angle of 128.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D65C is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 92 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.16 |
| HSL | 128.45º | 0.63% | 0.56% | - |
| HSV(B) | 128.45º | 0.66% | 0.84% | - |
| XYZ | 28.65 | 50.24 | 18.31 | - |
| YUV | 157.63 | 90.96 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 92 | 0.66 | 0 | 0.57 | 0.16 | 128.45 | 0.63 | 0.56 |
| Hex | 48 | D6 | 5C | 42 | 0 | 39 | 10 | 80 | 3F | 38 |
| Octal | 110 | 326 | 134 | 102 | 0 | 71 | 20 | 200 | 77 | 70 |
| Binary | 1001000 | 11010110 | 1011100 | 1000010 | 0 | 111001 | 10000 | 10000000 | 111111 | 111000 |
Color Harmonies of #48D65C
Complementary color
Monochromatic Colors of #48D65C
Black with #48D65C
Text Example
Text Example
White with #48D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D65C; }
p { color: rgb(72,214,92); }
H1.HeaderClassName
{
color: #48D65C;
}
.AnyTagClassName
{
color: #48D65C;
}
</style>
background-color css
<style>
a { background-color: #48D65C; }
a { background-color: rgb(72,214,92); }
div.DivClassName
{
background-color: #48D65C;
}
.BgClassName
{
background-color: #48D65C;
}
</style>
border-color css
<style>
span { border-color: #48D65C; }
span { border-color: rgb(72,214,92); }
td.TdClassName
{
border-color: #48D65C;
}
.TagClassName
{
border-color: #48D65C;
}
</style>