Shades of Emerald #5CF28B
Tints of Emerald #5CF28B
RGB
CMYK
RGB Variations
Color information
#5CF28B (or 0x5CF28B) is known color: Emerald. HEX triplet: 5C, F2 and 8B. RGB value is (92,242,139). Sum of RGB (Red+Green+Blue) = 92+242+139=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF28B is #A30D74. Grayscale: #B9B9B9. Windows color (decimal): -10685813 or 9171548. OLE color: 9171548.
HSL color Cylindrical-coordinate representation of color #5CF28B: hue angle of 138.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF28B is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 139 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.05 |
| HSL | 138.8º | 0.85% | 0.65% | - |
| HSV(B) | 138.8º | 0.62% | 0.95% | - |
| XYZ | 40.83 | 67.64 | 35.33 | - |
| YUV | 185.41 | 101.81 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 139 | 0.62 | 0 | 0.43 | 0.05 | 138.8 | 0.85 | 0.65 |
| Hex | 5C | F2 | 8B | 3E | 0 | 2B | 5 | 8B | 55 | 41 |
| Octal | 134 | 362 | 213 | 76 | 0 | 53 | 5 | 213 | 125 | 101 |
| Binary | 1011100 | 11110010 | 10001011 | 111110 | 0 | 101011 | 101 | 10001011 | 1010101 | 1000001 |
Color Harmonies of #5CF28B
Complementary color
Monochromatic Colors of #5CF28B
Black with #5CF28B
Text Example
Text Example
White with #5CF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF28B; }
p { color: rgb(92,242,139); }
H1.HeaderClassName
{
color: #5CF28B;
}
.AnyTagClassName
{
color: #5CF28B;
}
</style>
background-color css
<style>
a { background-color: #5CF28B; }
a { background-color: rgb(92,242,139); }
div.DivClassName
{
background-color: #5CF28B;
}
.BgClassName
{
background-color: #5CF28B;
}
</style>
border-color css
<style>
span { border-color: #5CF28B; }
span { border-color: rgb(92,242,139); }
td.TdClassName
{
border-color: #5CF28B;
}
.TagClassName
{
border-color: #5CF28B;
}
</style>