Shades of Emerald #3CCC67
Tints of Emerald #3CCC67
RGB
CMYK
RGB Variations
Color information
#3CCC67 (or 0x3CCC67) is known color: Emerald. HEX triplet: 3C, CC and 67. RGB value is (60,204,103). Sum of RGB (Red+Green+Blue) = 60+204+103=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCC67 is #C33398. Grayscale: #959595. Windows color (decimal): -12792729 or 6802492. OLE color: 6802492.
HSL color Cylindrical-coordinate representation of color #3CCC67: hue angle of 137.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCC67 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 103 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.2 |
| HSL | 137.92º | 0.59% | 0.52% | - |
| HSV(B) | 137.92º | 0.71% | 0.8% | - |
| XYZ | 25.9 | 45.13 | 20.18 | - |
| YUV | 149.43 | 101.79 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 103 | 0.71 | 0 | 0.50 | 0.2 | 137.92 | 0.59 | 0.52 |
| Hex | 3C | CC | 67 | 47 | 0 | 32 | 14 | 8A | 3B | 34 |
| Octal | 74 | 314 | 147 | 107 | 0 | 62 | 24 | 212 | 73 | 64 |
| Binary | 111100 | 11001100 | 1100111 | 1000111 | 0 | 110010 | 10100 | 10001010 | 111011 | 110100 |
Color Harmonies of #3CCC67
Complementary color
Monochromatic Colors of #3CCC67
Black with #3CCC67
Text Example
Text Example
White with #3CCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC67; }
p { color: rgb(60,204,103); }
H1.HeaderClassName
{
color: #3CCC67;
}
.AnyTagClassName
{
color: #3CCC67;
}
</style>
background-color css
<style>
a { background-color: #3CCC67; }
a { background-color: rgb(60,204,103); }
div.DivClassName
{
background-color: #3CCC67;
}
.BgClassName
{
background-color: #3CCC67;
}
</style>
border-color css
<style>
span { border-color: #3CCC67; }
span { border-color: rgb(60,204,103); }
td.TdClassName
{
border-color: #3CCC67;
}
.TagClassName
{
border-color: #3CCC67;
}
</style>