Shades of Emerald #3CC969
Tints of Emerald #3CC969
RGB
CMYK
RGB Variations
Color information
#3CC969 (or 0x3CC969) is known color: Emerald. HEX triplet: 3C, C9 and 69. RGB value is (60,201,105). Sum of RGB (Red+Green+Blue) = 60+201+105=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC969 is #C33696. Grayscale: #949494. Windows color (decimal): -12793495 or 6932796. OLE color: 6932796.
HSL color Cylindrical-coordinate representation of color #3CC969: hue angle of 139.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC969 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 105 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.21 |
| HSL | 139.15º | 0.57% | 0.51% | - |
| HSV(B) | 139.15º | 0.7% | 0.79% | - |
| XYZ | 25.3 | 43.75 | 20.48 | - |
| YUV | 147.9 | 103.79 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 105 | 0.70 | 0 | 0.48 | 0.21 | 139.15 | 0.57 | 0.51 |
| Hex | 3C | C9 | 69 | 46 | 0 | 30 | 15 | 8B | 39 | 33 |
| Octal | 74 | 311 | 151 | 106 | 0 | 60 | 25 | 213 | 71 | 63 |
| Binary | 111100 | 11001001 | 1101001 | 1000110 | 0 | 110000 | 10101 | 10001011 | 111001 | 110011 |
Color Harmonies of #3CC969
Complementary color
Monochromatic Colors of #3CC969
Black with #3CC969
Text Example
Text Example
White with #3CC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC969; }
p { color: rgb(60,201,105); }
H1.HeaderClassName
{
color: #3CC969;
}
.AnyTagClassName
{
color: #3CC969;
}
</style>
background-color css
<style>
a { background-color: #3CC969; }
a { background-color: rgb(60,201,105); }
div.DivClassName
{
background-color: #3CC969;
}
.BgClassName
{
background-color: #3CC969;
}
</style>
border-color css
<style>
span { border-color: #3CC969; }
span { border-color: rgb(60,201,105); }
td.TdClassName
{
border-color: #3CC969;
}
.TagClassName
{
border-color: #3CC969;
}
</style>