Shades of Emerald #3CF285
Tints of Emerald #3CF285
RGB
CMYK
RGB Variations
Color information
#3CF285 (or 0x3CF285) is known color: Emerald. HEX triplet: 3C, F2 and 85. RGB value is (60,242,133). Sum of RGB (Red+Green+Blue) = 60+242+133=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF285 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF285 is #C30D7A. Grayscale: #AFAFAF. Windows color (decimal): -12782971 or 8778300. OLE color: 8778300.
HSL color Cylindrical-coordinate representation of color #3CF285: hue angle of 144.07º 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 #3CF285 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 133 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.05 |
| HSL | 144.07º | 0.88% | 0.59% | - |
| HSV(B) | 144.07º | 0.75% | 0.95% | - |
| XYZ | 37.85 | 66.16 | 32.97 | - |
| YUV | 175.16 | 104.2 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 133 | 0.75 | 0 | 0.45 | 0.05 | 144.07 | 0.88 | 0.59 |
| Hex | 3C | F2 | 85 | 4B | 0 | 2D | 5 | 90 | 58 | 3B |
| Octal | 74 | 362 | 205 | 113 | 0 | 55 | 5 | 220 | 130 | 73 |
| Binary | 111100 | 11110010 | 10000101 | 1001011 | 0 | 101101 | 101 | 10010000 | 1011000 | 111011 |
Color Harmonies of #3CF285
Complementary color
Monochromatic Colors of #3CF285
Black with #3CF285
Text Example
Text Example
White with #3CF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF285; }
p { color: rgb(60,242,133); }
H1.HeaderClassName
{
color: #3CF285;
}
.AnyTagClassName
{
color: #3CF285;
}
</style>
background-color css
<style>
a { background-color: #3CF285; }
a { background-color: rgb(60,242,133); }
div.DivClassName
{
background-color: #3CF285;
}
.BgClassName
{
background-color: #3CF285;
}
</style>
border-color css
<style>
span { border-color: #3CF285; }
span { border-color: rgb(60,242,133); }
td.TdClassName
{
border-color: #3CF285;
}
.TagClassName
{
border-color: #3CF285;
}
</style>