Shades of Emerald #48C65C
Tints of Emerald #48C65C
RGB
CMYK
RGB Variations
Color information
#48C65C (or 0x48C65C) is known color: Emerald. HEX triplet: 48, C6 and 5C. RGB value is (72,198,92). Sum of RGB (Red+Green+Blue) = 72+198+92=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #48C65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C65C is #B739A3. Grayscale: #949494. Windows color (decimal): -12007844 or 6080072. OLE color: 6080072.
HSL color Cylindrical-coordinate representation of color #48C65C: hue angle of 129.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C65C is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 198 | 92 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.22 |
| HSL | 129.52º | 0.53% | 0.53% | - |
| HSV(B) | 129.52º | 0.64% | 0.78% | - |
| XYZ | 24.8 | 42.54 | 17.03 | - |
| YUV | 148.24 | 96.26 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 92 | 0.64 | 0 | 0.54 | 0.22 | 129.52 | 0.53 | 0.53 |
| Hex | 48 | C6 | 5C | 40 | 0 | 36 | 16 | 82 | 34 | 35 |
| Octal | 110 | 306 | 134 | 100 | 0 | 66 | 26 | 202 | 64 | 65 |
| Binary | 1001000 | 11000110 | 1011100 | 1000000 | 0 | 110110 | 10110 | 10000010 | 110100 | 110101 |
Color Harmonies of #48C65C
Complementary color
Monochromatic Colors of #48C65C
Black with #48C65C
Text Example
Text Example
White with #48C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C65C; }
p { color: rgb(72,198,92); }
H1.HeaderClassName
{
color: #48C65C;
}
.AnyTagClassName
{
color: #48C65C;
}
</style>
background-color css
<style>
a { background-color: #48C65C; }
a { background-color: rgb(72,198,92); }
div.DivClassName
{
background-color: #48C65C;
}
.BgClassName
{
background-color: #48C65C;
}
</style>
border-color css
<style>
span { border-color: #48C65C; }
span { border-color: rgb(72,198,92); }
td.TdClassName
{
border-color: #48C65C;
}
.TagClassName
{
border-color: #48C65C;
}
</style>