Shades of Emerald #4BF98C
Tints of Emerald #4BF98C
RGB
CMYK
RGB Variations
Color information
#4BF98C (or 0x4BF98C) is known color: Emerald. HEX triplet: 4B, F9 and 8C. RGB value is (75,249,140). Sum of RGB (Red+Green+Blue) = 75+249+140=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF98C is #B40673. Grayscale: #B8B8B8. Windows color (decimal): -11798132 or 9238859. OLE color: 9238859.
HSL color Cylindrical-coordinate representation of color #4BF98C: hue angle of 142.41º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF98C is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 249 | 140 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.02 |
| HSL | 142.41º | 0.94% | 0.64% | - |
| HSV(B) | 142.41º | 0.7% | 0.98% | - |
| XYZ | 41.51 | 71.14 | 36.35 | - |
| YUV | 184.55 | 102.85 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 249 | 140 | 0.70 | 0 | 0.44 | 0.02 | 142.41 | 0.94 | 0.64 |
| Hex | 4B | F9 | 8C | 46 | 0 | 2C | 2 | 8E | 5E | 40 |
| Octal | 113 | 371 | 214 | 106 | 0 | 54 | 2 | 216 | 136 | 100 |
| Binary | 1001011 | 11111001 | 10001100 | 1000110 | 0 | 101100 | 10 | 10001110 | 1011110 | 1000000 |
Color Harmonies of #4BF98C
Complementary color
Monochromatic Colors of #4BF98C
Black with #4BF98C
Text Example
Text Example
White with #4BF98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF98C; }
p { color: rgb(75,249,140); }
H1.HeaderClassName
{
color: #4BF98C;
}
.AnyTagClassName
{
color: #4BF98C;
}
</style>
background-color css
<style>
a { background-color: #4BF98C; }
a { background-color: rgb(75,249,140); }
div.DivClassName
{
background-color: #4BF98C;
}
.BgClassName
{
background-color: #4BF98C;
}
</style>
border-color css
<style>
span { border-color: #4BF98C; }
span { border-color: rgb(75,249,140); }
td.TdClassName
{
border-color: #4BF98C;
}
.TagClassName
{
border-color: #4BF98C;
}
</style>