Shades of Emerald #3FCB58
Tints of Emerald #3FCB58
RGB
CMYK
RGB Variations
Color information
#3FCB58 (or 0x3FCB58) is known color: Emerald. HEX triplet: 3F, CB and 58. RGB value is (63,203,88). Sum of RGB (Red+Green+Blue) = 63+203+88=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCB58 is #C034A7. Grayscale: #949494. Windows color (decimal): -12596392 or 5819199. OLE color: 5819199.
HSL color Cylindrical-coordinate representation of color #3FCB58: hue angle of 130.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCB58 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 88 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.20 |
| HSL | 130.71º | 0.57% | 0.52% | - |
| HSV(B) | 130.71º | 0.69% | 0.8% | - |
| XYZ | 25.17 | 44.47 | 16.49 | - |
| YUV | 148.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 88 | 0.69 | 0 | 0.57 | 0.20 | 130.71 | 0.57 | 0.52 |
| Hex | 3F | CB | 58 | 45 | 0 | 39 | 14 | 83 | 39 | 34 |
| Octal | 77 | 313 | 130 | 105 | 0 | 71 | 24 | 203 | 71 | 64 |
| Binary | 111111 | 11001011 | 1011000 | 1000101 | 0 | 111001 | 10100 | 10000011 | 111001 | 110100 |
Color Harmonies of #3FCB58
Complementary color
Monochromatic Colors of #3FCB58
Black with #3FCB58
Text Example
Text Example
White with #3FCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB58; }
p { color: rgb(63,203,88); }
H1.HeaderClassName
{
color: #3FCB58;
}
.AnyTagClassName
{
color: #3FCB58;
}
</style>
background-color css
<style>
a { background-color: #3FCB58; }
a { background-color: rgb(63,203,88); }
div.DivClassName
{
background-color: #3FCB58;
}
.BgClassName
{
background-color: #3FCB58;
}
</style>
border-color css
<style>
span { border-color: #3FCB58; }
span { border-color: rgb(63,203,88); }
td.TdClassName
{
border-color: #3FCB58;
}
.TagClassName
{
border-color: #3FCB58;
}
</style>