Shades of Emerald #3FCF69
Tints of Emerald #3FCF69
RGB
CMYK
RGB Variations
Color information
#3FCF69 (or 0x3FCF69) is known color: Emerald. HEX triplet: 3F, CF and 69. RGB value is (63,207,105). Sum of RGB (Red+Green+Blue) = 63+207+105=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF69 is #C03096. Grayscale: #989898. Windows color (decimal): -12595351 or 6934335. OLE color: 6934335.
HSL color Cylindrical-coordinate representation of color #3FCF69: hue angle of 137.5º 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 #3FCF69 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 105 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.19 |
| HSL | 137.5º | 0.6% | 0.53% | - |
| HSV(B) | 137.5º | 0.7% | 0.81% | - |
| XYZ | 26.91 | 46.7 | 20.96 | - |
| YUV | 152.32 | 101.29 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 105 | 0.70 | 0 | 0.49 | 0.19 | 137.5 | 0.6 | 0.53 |
| Hex | 3F | CF | 69 | 46 | 0 | 31 | 13 | 8A | 3C | 35 |
| Octal | 77 | 317 | 151 | 106 | 0 | 61 | 23 | 212 | 74 | 65 |
| Binary | 111111 | 11001111 | 1101001 | 1000110 | 0 | 110001 | 10011 | 10001010 | 111100 | 110101 |
Color Harmonies of #3FCF69
Complementary color
Monochromatic Colors of #3FCF69
Black with #3FCF69
Text Example
Text Example
White with #3FCF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF69; }
p { color: rgb(63,207,105); }
H1.HeaderClassName
{
color: #3FCF69;
}
.AnyTagClassName
{
color: #3FCF69;
}
</style>
background-color css
<style>
a { background-color: #3FCF69; }
a { background-color: rgb(63,207,105); }
div.DivClassName
{
background-color: #3FCF69;
}
.BgClassName
{
background-color: #3FCF69;
}
</style>
border-color css
<style>
span { border-color: #3FCF69; }
span { border-color: rgb(63,207,105); }
td.TdClassName
{
border-color: #3FCF69;
}
.TagClassName
{
border-color: #3FCF69;
}
</style>