Shades of Emerald #5CF18B
Tints of Emerald #5CF18B
RGB
CMYK
RGB Variations
Color information
#5CF18B (or 0x5CF18B) is known color: Emerald. HEX triplet: 5C, F1 and 8B. RGB value is (92,241,139). Sum of RGB (Red+Green+Blue) = 92+241+139=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF18B is #A30E74. Grayscale: #B9B9B9. Windows color (decimal): -10686069 or 9171292. OLE color: 9171292.
HSL color Cylindrical-coordinate representation of color #5CF18B: hue angle of 138.93º degrees, saturation: 0.84, 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 #5CF18B is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 139 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.05 |
| HSL | 138.93º | 0.84% | 0.65% | - |
| HSV(B) | 138.93º | 0.62% | 0.95% | - |
| XYZ | 40.53 | 67.05 | 35.23 | - |
| YUV | 184.82 | 102.14 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 139 | 0.62 | 0 | 0.42 | 0.05 | 138.93 | 0.84 | 0.65 |
| Hex | 5C | F1 | 8B | 3E | 0 | 2A | 5 | 8B | 54 | 41 |
| Octal | 134 | 361 | 213 | 76 | 0 | 52 | 5 | 213 | 124 | 101 |
| Binary | 1011100 | 11110001 | 10001011 | 111110 | 0 | 101010 | 101 | 10001011 | 1010100 | 1000001 |
Color Harmonies of #5CF18B
Complementary color
Monochromatic Colors of #5CF18B
Black with #5CF18B
Text Example
Text Example
White with #5CF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF18B; }
p { color: rgb(92,241,139); }
H1.HeaderClassName
{
color: #5CF18B;
}
.AnyTagClassName
{
color: #5CF18B;
}
</style>
background-color css
<style>
a { background-color: #5CF18B; }
a { background-color: rgb(92,241,139); }
div.DivClassName
{
background-color: #5CF18B;
}
.BgClassName
{
background-color: #5CF18B;
}
</style>
border-color css
<style>
span { border-color: #5CF18B; }
span { border-color: rgb(92,241,139); }
td.TdClassName
{
border-color: #5CF18B;
}
.TagClassName
{
border-color: #5CF18B;
}
</style>