Shades of Emerald #3FCF64
Tints of Emerald #3FCF64
RGB
CMYK
RGB Variations
Color information
#3FCF64 (or 0x3FCF64) is known color: Emerald. HEX triplet: 3F, CF and 64. RGB value is (63,207,100). Sum of RGB (Red+Green+Blue) = 63+207+100=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF64 is #C0309B. Grayscale: #989898. Windows color (decimal): -12595356 or 6606655. OLE color: 6606655.
HSL color Cylindrical-coordinate representation of color #3FCF64: hue angle of 135.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF64 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 100 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.19 |
| HSL | 135.42º | 0.6% | 0.53% | - |
| HSV(B) | 135.42º | 0.7% | 0.81% | - |
| XYZ | 26.66 | 46.6 | 19.65 | - |
| YUV | 151.75 | 98.79 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 100 | 0.70 | 0 | 0.52 | 0.19 | 135.42 | 0.6 | 0.53 |
| Hex | 3F | CF | 64 | 46 | 0 | 34 | 13 | 87 | 3C | 35 |
| Octal | 77 | 317 | 144 | 106 | 0 | 64 | 23 | 207 | 74 | 65 |
| Binary | 111111 | 11001111 | 1100100 | 1000110 | 0 | 110100 | 10011 | 10000111 | 111100 | 110101 |
Color Harmonies of #3FCF64
Complementary color
Monochromatic Colors of #3FCF64
Black with #3FCF64
Text Example
Text Example
White with #3FCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF64; }
p { color: rgb(63,207,100); }
H1.HeaderClassName
{
color: #3FCF64;
}
.AnyTagClassName
{
color: #3FCF64;
}
</style>
background-color css
<style>
a { background-color: #3FCF64; }
a { background-color: rgb(63,207,100); }
div.DivClassName
{
background-color: #3FCF64;
}
.BgClassName
{
background-color: #3FCF64;
}
</style>
border-color css
<style>
span { border-color: #3FCF64; }
span { border-color: rgb(63,207,100); }
td.TdClassName
{
border-color: #3FCF64;
}
.TagClassName
{
border-color: #3FCF64;
}
</style>