Shades of Emerald #3FEF69
Tints of Emerald #3FEF69
RGB
CMYK
RGB Variations
Color information
#3FEF69 (or 0x3FEF69) is known color: Emerald. HEX triplet: 3F, EF and 69. RGB value is (63,239,105). Sum of RGB (Red+Green+Blue) = 63+239+105=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 239 (93.75% from 255 or 58.72% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEF69 is #C01096. Grayscale: #ABABAB. Windows color (decimal): -12587159 or 6942527. OLE color: 6942527.
HSL color Cylindrical-coordinate representation of color #3FEF69: hue angle of 134.32º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEF69 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 105 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.06 |
| HSL | 134.32º | 0.85% | 0.59% | - |
| HSV(B) | 134.32º | 0.74% | 0.94% | - |
| XYZ | 35.47 | 63.81 | 23.81 | - |
| YUV | 171.1 | 90.69 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 105 | 0.74 | 0 | 0.56 | 0.06 | 134.32 | 0.85 | 0.59 |
| Hex | 3F | EF | 69 | 4A | 0 | 38 | 6 | 86 | 55 | 3B |
| Octal | 77 | 357 | 151 | 112 | 0 | 70 | 6 | 206 | 125 | 73 |
| Binary | 111111 | 11101111 | 1101001 | 1001010 | 0 | 111000 | 110 | 10000110 | 1010101 | 111011 |
Color Harmonies of #3FEF69
Complementary color
Monochromatic Colors of #3FEF69
Black with #3FEF69
Text Example
Text Example
White with #3FEF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF69; }
p { color: rgb(63,239,105); }
H1.HeaderClassName
{
color: #3FEF69;
}
.AnyTagClassName
{
color: #3FEF69;
}
</style>
background-color css
<style>
a { background-color: #3FEF69; }
a { background-color: rgb(63,239,105); }
div.DivClassName
{
background-color: #3FEF69;
}
.BgClassName
{
background-color: #3FEF69;
}
</style>
border-color css
<style>
span { border-color: #3FEF69; }
span { border-color: rgb(63,239,105); }
td.TdClassName
{
border-color: #3FEF69;
}
.TagClassName
{
border-color: #3FEF69;
}
</style>