Shades of Emerald #34DF69
Tints of Emerald #34DF69
RGB
CMYK
RGB Variations
Color information
#34DF69 (or 0x34DF69) is known color: Emerald. HEX triplet: 34, DF and 69. RGB value is (52,223,105). Sum of RGB (Red+Green+Blue) = 52+223+105=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DF69 is #CB2096. Grayscale: #9E9E9E. Windows color (decimal): -13312151 or 6938420. OLE color: 6938420.
HSL color Cylindrical-coordinate representation of color #34DF69: hue angle of 138.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF69 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 105 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.13 |
| HSL | 138.6º | 0.73% | 0.54% | - |
| HSV(B) | 138.6º | 0.77% | 0.87% | - |
| XYZ | 30.35 | 54.53 | 22.29 | - |
| YUV | 158.42 | 97.85 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 105 | 0.77 | 0 | 0.53 | 0.13 | 138.6 | 0.73 | 0.54 |
| Hex | 34 | DF | 69 | 4D | 0 | 35 | D | 8B | 49 | 36 |
| Octal | 64 | 337 | 151 | 115 | 0 | 65 | 15 | 213 | 111 | 66 |
| Binary | 110100 | 11011111 | 1101001 | 1001101 | 0 | 110101 | 1101 | 10001011 | 1001001 | 110110 |
Color Harmonies of #34DF69
Complementary color
Monochromatic Colors of #34DF69
Black with #34DF69
Text Example
Text Example
White with #34DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DF69; }
p { color: rgb(52,223,105); }
H1.HeaderClassName
{
color: #34DF69;
}
.AnyTagClassName
{
color: #34DF69;
}
</style>
background-color css
<style>
a { background-color: #34DF69; }
a { background-color: rgb(52,223,105); }
div.DivClassName
{
background-color: #34DF69;
}
.BgClassName
{
background-color: #34DF69;
}
</style>
border-color css
<style>
span { border-color: #34DF69; }
span { border-color: rgb(52,223,105); }
td.TdClassName
{
border-color: #34DF69;
}
.TagClassName
{
border-color: #34DF69;
}
</style>