Shades of Emerald #34E969
Tints of Emerald #34E969
RGB
CMYK
RGB Variations
Color information
#34E969 (or 0x34E969) is known color: Emerald. HEX triplet: 34, E9 and 69. RGB value is (52,233,105). Sum of RGB (Red+Green+Blue) = 52+233+105=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 233 (91.41% from 255 or 59.74% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 233 - color contains mainly: green. Hex color #34E969 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E969 is #CB1696. Grayscale: #A4A4A4. Windows color (decimal): -13309591 or 6940980. OLE color: 6940980.
HSL color Cylindrical-coordinate representation of color #34E969: hue angle of 137.57º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E969 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 105 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.09 |
| HSL | 137.57º | 0.8% | 0.56% | - |
| HSV(B) | 137.57º | 0.78% | 0.91% | - |
| XYZ | 33.1 | 60.03 | 23.21 | - |
| YUV | 164.29 | 94.53 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 105 | 0.78 | 0 | 0.55 | 0.09 | 137.57 | 0.8 | 0.56 |
| Hex | 34 | E9 | 69 | 4E | 0 | 37 | 9 | 8A | 50 | 38 |
| Octal | 64 | 351 | 151 | 116 | 0 | 67 | 11 | 212 | 120 | 70 |
| Binary | 110100 | 11101001 | 1101001 | 1001110 | 0 | 110111 | 1001 | 10001010 | 1010000 | 111000 |
Color Harmonies of #34E969
Complementary color
Monochromatic Colors of #34E969
Black with #34E969
Text Example
Text Example
White with #34E969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E969; }
p { color: rgb(52,233,105); }
H1.HeaderClassName
{
color: #34E969;
}
.AnyTagClassName
{
color: #34E969;
}
</style>
background-color css
<style>
a { background-color: #34E969; }
a { background-color: rgb(52,233,105); }
div.DivClassName
{
background-color: #34E969;
}
.BgClassName
{
background-color: #34E969;
}
</style>
border-color css
<style>
span { border-color: #34E969; }
span { border-color: rgb(52,233,105); }
td.TdClassName
{
border-color: #34E969;
}
.TagClassName
{
border-color: #34E969;
}
</style>