Shades of Emerald #48CA5C
Tints of Emerald #48CA5C
RGB
CMYK
RGB Variations
Color information
#48CA5C (or 0x48CA5C) is known color: Emerald. HEX triplet: 48, CA and 5C. RGB value is (72,202,92). Sum of RGB (Red+Green+Blue) = 72+202+92=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CA5C is #B735A3. Grayscale: #969696. Windows color (decimal): -12006820 or 6081096. OLE color: 6081096.
HSL color Cylindrical-coordinate representation of color #48CA5C: hue angle of 129.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CA5C is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 202 | 92 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.21 |
| HSL | 129.23º | 0.55% | 0.54% | - |
| HSV(B) | 129.23º | 0.64% | 0.79% | - |
| XYZ | 25.72 | 44.39 | 17.34 | - |
| YUV | 150.59 | 94.93 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 202 | 92 | 0.64 | 0 | 0.54 | 0.21 | 129.23 | 0.55 | 0.54 |
| Hex | 48 | CA | 5C | 40 | 0 | 36 | 15 | 81 | 37 | 36 |
| Octal | 110 | 312 | 134 | 100 | 0 | 66 | 25 | 201 | 67 | 66 |
| Binary | 1001000 | 11001010 | 1011100 | 1000000 | 0 | 110110 | 10101 | 10000001 | 110111 | 110110 |
Color Harmonies of #48CA5C
Complementary color
Monochromatic Colors of #48CA5C
Black with #48CA5C
Text Example
Text Example
White with #48CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CA5C; }
p { color: rgb(72,202,92); }
H1.HeaderClassName
{
color: #48CA5C;
}
.AnyTagClassName
{
color: #48CA5C;
}
</style>
background-color css
<style>
a { background-color: #48CA5C; }
a { background-color: rgb(72,202,92); }
div.DivClassName
{
background-color: #48CA5C;
}
.BgClassName
{
background-color: #48CA5C;
}
</style>
border-color css
<style>
span { border-color: #48CA5C; }
span { border-color: rgb(72,202,92); }
td.TdClassName
{
border-color: #48CA5C;
}
.TagClassName
{
border-color: #48CA5C;
}
</style>