Shades of Emerald #3CF275
Tints of Emerald #3CF275
RGB
CMYK
RGB Variations
Color information
#3CF275 (or 0x3CF275) is known color: Emerald. HEX triplet: 3C, F2 and 75. RGB value is (60,242,117). Sum of RGB (Red+Green+Blue) = 60+242+117=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF275 is #C30D8A. Grayscale: #ADADAD. Windows color (decimal): -12782987 or 7729724. OLE color: 7729724.
HSL color Cylindrical-coordinate representation of color #3CF275: hue angle of 138.79º 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 #3CF275 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 117 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.05 |
| HSL | 138.79º | 0.88% | 0.59% | - |
| HSV(B) | 138.79º | 0.75% | 0.95% | - |
| XYZ | 36.83 | 65.75 | 27.58 | - |
| YUV | 173.33 | 96.2 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 117 | 0.75 | 0 | 0.52 | 0.05 | 138.79 | 0.88 | 0.59 |
| Hex | 3C | F2 | 75 | 4B | 0 | 34 | 5 | 8B | 58 | 3B |
| Octal | 74 | 362 | 165 | 113 | 0 | 64 | 5 | 213 | 130 | 73 |
| Binary | 111100 | 11110010 | 1110101 | 1001011 | 0 | 110100 | 101 | 10001011 | 1011000 | 111011 |
Color Harmonies of #3CF275
Complementary color
Monochromatic Colors of #3CF275
Black with #3CF275
Text Example
Text Example
White with #3CF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF275; }
p { color: rgb(60,242,117); }
H1.HeaderClassName
{
color: #3CF275;
}
.AnyTagClassName
{
color: #3CF275;
}
</style>
background-color css
<style>
a { background-color: #3CF275; }
a { background-color: rgb(60,242,117); }
div.DivClassName
{
background-color: #3CF275;
}
.BgClassName
{
background-color: #3CF275;
}
</style>
border-color css
<style>
span { border-color: #3CF275; }
span { border-color: rgb(60,242,117); }
td.TdClassName
{
border-color: #3CF275;
}
.TagClassName
{
border-color: #3CF275;
}
</style>