Shades of Emerald #3FDD69
Tints of Emerald #3FDD69
RGB
CMYK
RGB Variations
Color information
#3FDD69 (or 0x3FDD69) is known color: Emerald. HEX triplet: 3F, DD and 69. RGB value is (63,221,105). Sum of RGB (Red+Green+Blue) = 63+221+105=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDD69 is #C02296. Grayscale: #A0A0A0. Windows color (decimal): -12591767 or 6937919. OLE color: 6937919.
HSL color Cylindrical-coordinate representation of color #3FDD69: hue angle of 135.95º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDD69 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 105 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.13 |
| HSL | 135.95º | 0.7% | 0.56% | - |
| HSV(B) | 135.95º | 0.71% | 0.87% | - |
| XYZ | 30.46 | 53.79 | 22.14 | - |
| YUV | 160.53 | 96.65 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 105 | 0.71 | 0 | 0.52 | 0.13 | 135.95 | 0.7 | 0.56 |
| Hex | 3F | DD | 69 | 47 | 0 | 34 | D | 88 | 46 | 38 |
| Octal | 77 | 335 | 151 | 107 | 0 | 64 | 15 | 210 | 106 | 70 |
| Binary | 111111 | 11011101 | 1101001 | 1000111 | 0 | 110100 | 1101 | 10001000 | 1000110 | 111000 |
Color Harmonies of #3FDD69
Complementary color
Monochromatic Colors of #3FDD69
Black with #3FDD69
Text Example
Text Example
White with #3FDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD69; }
p { color: rgb(63,221,105); }
H1.HeaderClassName
{
color: #3FDD69;
}
.AnyTagClassName
{
color: #3FDD69;
}
</style>
background-color css
<style>
a { background-color: #3FDD69; }
a { background-color: rgb(63,221,105); }
div.DivClassName
{
background-color: #3FDD69;
}
.BgClassName
{
background-color: #3FDD69;
}
</style>
border-color css
<style>
span { border-color: #3FDD69; }
span { border-color: rgb(63,221,105); }
td.TdClassName
{
border-color: #3FDD69;
}
.TagClassName
{
border-color: #3FDD69;
}
</style>