Shades of Emerald #3CF07B
Tints of Emerald #3CF07B
RGB
CMYK
RGB Variations
Color information
#3CF07B (or 0x3CF07B) is known color: Emerald. HEX triplet: 3C, F0 and 7B. RGB value is (60,240,123). Sum of RGB (Red+Green+Blue) = 60+240+123=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF07B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF07B is #C30F84. Grayscale: #ADADAD. Windows color (decimal): -12783493 or 8122428. OLE color: 8122428.
HSL color Cylindrical-coordinate representation of color #3CF07B: hue angle of 141º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF07B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 123 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.06 |
| HSL | 141º | 0.86% | 0.59% | - |
| HSV(B) | 141º | 0.75% | 0.94% | - |
| XYZ | 36.6 | 64.71 | 29.3 | - |
| YUV | 172.84 | 99.87 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 123 | 0.75 | 0 | 0.49 | 0.06 | 141 | 0.86 | 0.59 |
| Hex | 3C | F0 | 7B | 4B | 0 | 31 | 6 | 8D | 56 | 3B |
| Octal | 74 | 360 | 173 | 113 | 0 | 61 | 6 | 215 | 126 | 73 |
| Binary | 111100 | 11110000 | 1111011 | 1001011 | 0 | 110001 | 110 | 10001101 | 1010110 | 111011 |
Color Harmonies of #3CF07B
Complementary color
Monochromatic Colors of #3CF07B
Black with #3CF07B
Text Example
Text Example
White with #3CF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF07B; }
p { color: rgb(60,240,123); }
H1.HeaderClassName
{
color: #3CF07B;
}
.AnyTagClassName
{
color: #3CF07B;
}
</style>
background-color css
<style>
a { background-color: #3CF07B; }
a { background-color: rgb(60,240,123); }
div.DivClassName
{
background-color: #3CF07B;
}
.BgClassName
{
background-color: #3CF07B;
}
</style>
border-color css
<style>
span { border-color: #3CF07B; }
span { border-color: rgb(60,240,123); }
td.TdClassName
{
border-color: #3CF07B;
}
.TagClassName
{
border-color: #3CF07B;
}
</style>