Shades of Emerald #3FCF65
Tints of Emerald #3FCF65
RGB
CMYK
RGB Variations
Color information
#3FCF65 (or 0x3FCF65) is known color: Emerald. HEX triplet: 3F, CF and 65. RGB value is (63,207,101). Sum of RGB (Red+Green+Blue) = 63+207+101=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF65 is #C0309A. Grayscale: #989898. Windows color (decimal): -12595355 or 6672191. OLE color: 6672191.
HSL color Cylindrical-coordinate representation of color #3FCF65: hue angle of 135.83º 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 #3FCF65 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 101 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.19 |
| HSL | 135.83º | 0.6% | 0.53% | - |
| HSV(B) | 135.83º | 0.7% | 0.81% | - |
| XYZ | 26.71 | 46.62 | 19.9 | - |
| YUV | 151.86 | 99.29 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 101 | 0.70 | 0 | 0.51 | 0.19 | 135.83 | 0.6 | 0.53 |
| Hex | 3F | CF | 65 | 46 | 0 | 33 | 13 | 88 | 3C | 35 |
| Octal | 77 | 317 | 145 | 106 | 0 | 63 | 23 | 210 | 74 | 65 |
| Binary | 111111 | 11001111 | 1100101 | 1000110 | 0 | 110011 | 10011 | 10001000 | 111100 | 110101 |
Color Harmonies of #3FCF65
Complementary color
Monochromatic Colors of #3FCF65
Black with #3FCF65
Text Example
Text Example
White with #3FCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF65; }
p { color: rgb(63,207,101); }
H1.HeaderClassName
{
color: #3FCF65;
}
.AnyTagClassName
{
color: #3FCF65;
}
</style>
background-color css
<style>
a { background-color: #3FCF65; }
a { background-color: rgb(63,207,101); }
div.DivClassName
{
background-color: #3FCF65;
}
.BgClassName
{
background-color: #3FCF65;
}
</style>
border-color css
<style>
span { border-color: #3FCF65; }
span { border-color: rgb(63,207,101); }
td.TdClassName
{
border-color: #3FCF65;
}
.TagClassName
{
border-color: #3FCF65;
}
</style>