Shades of Emerald #3CF384
Tints of Emerald #3CF384
RGB
CMYK
RGB Variations
Color information
#3CF384 (or 0x3CF384) is known color: Emerald. HEX triplet: 3C, F3 and 84. RGB value is (60,243,132). Sum of RGB (Red+Green+Blue) = 60+243+132=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF384 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF384 is #C30C7B. Grayscale: #AFAFAF. Windows color (decimal): -12782716 or 8713020. OLE color: 8713020.
HSL color Cylindrical-coordinate representation of color #3CF384: hue angle of 143.61º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF384 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 132 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.05 |
| HSL | 143.61º | 0.88% | 0.59% | - |
| HSV(B) | 143.61º | 0.75% | 0.95% | - |
| XYZ | 38.08 | 66.73 | 32.7 | - |
| YUV | 175.63 | 103.37 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 132 | 0.75 | 0 | 0.46 | 0.05 | 143.61 | 0.88 | 0.59 |
| Hex | 3C | F3 | 84 | 4B | 0 | 2E | 5 | 90 | 58 | 3B |
| Octal | 74 | 363 | 204 | 113 | 0 | 56 | 5 | 220 | 130 | 73 |
| Binary | 111100 | 11110011 | 10000100 | 1001011 | 0 | 101110 | 101 | 10010000 | 1011000 | 111011 |
Color Harmonies of #3CF384
Complementary color
Monochromatic Colors of #3CF384
Black with #3CF384
Text Example
Text Example
White with #3CF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF384; }
p { color: rgb(60,243,132); }
H1.HeaderClassName
{
color: #3CF384;
}
.AnyTagClassName
{
color: #3CF384;
}
</style>
background-color css
<style>
a { background-color: #3CF384; }
a { background-color: rgb(60,243,132); }
div.DivClassName
{
background-color: #3CF384;
}
.BgClassName
{
background-color: #3CF384;
}
</style>
border-color css
<style>
span { border-color: #3CF384; }
span { border-color: rgb(60,243,132); }
td.TdClassName
{
border-color: #3CF384;
}
.TagClassName
{
border-color: #3CF384;
}
</style>