Shades of Emerald #3FC75C
Tints of Emerald #3FC75C
RGB
CMYK
RGB Variations
Color information
#3FC75C (or 0x3FC75C) is known color: Emerald. HEX triplet: 3F, C7 and 5C. RGB value is (63,199,92). Sum of RGB (Red+Green+Blue) = 63+199+92=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC75C is #C038A3. Grayscale: #929292. Windows color (decimal): -12597412 or 6080319. OLE color: 6080319.
HSL color Cylindrical-coordinate representation of color #3FC75C: hue angle of 132.79º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC75C is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 199 | 92 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.22 |
| HSL | 132.79º | 0.55% | 0.51% | - |
| HSV(B) | 132.79º | 0.68% | 0.78% | - |
| XYZ | 24.41 | 42.68 | 17.08 | - |
| YUV | 146.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 92 | 0.68 | 0 | 0.54 | 0.22 | 132.79 | 0.55 | 0.51 |
| Hex | 3F | C7 | 5C | 44 | 0 | 36 | 16 | 85 | 37 | 33 |
| Octal | 77 | 307 | 134 | 104 | 0 | 66 | 26 | 205 | 67 | 63 |
| Binary | 111111 | 11000111 | 1011100 | 1000100 | 0 | 110110 | 10110 | 10000101 | 110111 | 110011 |
Color Harmonies of #3FC75C
Complementary color
Monochromatic Colors of #3FC75C
Black with #3FC75C
Text Example
Text Example
White with #3FC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC75C; }
p { color: rgb(63,199,92); }
H1.HeaderClassName
{
color: #3FC75C;
}
.AnyTagClassName
{
color: #3FC75C;
}
</style>
background-color css
<style>
a { background-color: #3FC75C; }
a { background-color: rgb(63,199,92); }
div.DivClassName
{
background-color: #3FC75C;
}
.BgClassName
{
background-color: #3FC75C;
}
</style>
border-color css
<style>
span { border-color: #3FC75C; }
span { border-color: rgb(63,199,92); }
td.TdClassName
{
border-color: #3FC75C;
}
.TagClassName
{
border-color: #3FC75C;
}
</style>