Shades of Emerald #34F168
Tints of Emerald #34F168
RGB
CMYK
RGB Variations
Color information
#34F168 (or 0x34F168) is known color: Emerald. HEX triplet: 34, F1 and 68. RGB value is (52,241,104). Sum of RGB (Red+Green+Blue) = 52+241+104=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #34F168 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F168 is #CB0E97. Grayscale: #A9A9A9. Windows color (decimal): -13307544 or 6877492. OLE color: 6877492.
HSL color Cylindrical-coordinate representation of color #34F168: hue angle of 136.51º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F168 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 241 | 104 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.05 |
| HSL | 136.51º | 0.87% | 0.57% | - |
| HSV(B) | 136.51º | 0.78% | 0.95% | - |
| XYZ | 35.37 | 64.64 | 23.71 | - |
| YUV | 168.87 | 91.38 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 241 | 104 | 0.78 | 0 | 0.57 | 0.05 | 136.51 | 0.87 | 0.57 |
| Hex | 34 | F1 | 68 | 4E | 0 | 39 | 5 | 89 | 57 | 39 |
| Octal | 64 | 361 | 150 | 116 | 0 | 71 | 5 | 211 | 127 | 71 |
| Binary | 110100 | 11110001 | 1101000 | 1001110 | 0 | 111001 | 101 | 10001001 | 1010111 | 111001 |
Color Harmonies of #34F168
Complementary color
Monochromatic Colors of #34F168
Black with #34F168
Text Example
Text Example
White with #34F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F168; }
p { color: rgb(52,241,104); }
H1.HeaderClassName
{
color: #34F168;
}
.AnyTagClassName
{
color: #34F168;
}
</style>
background-color css
<style>
a { background-color: #34F168; }
a { background-color: rgb(52,241,104); }
div.DivClassName
{
background-color: #34F168;
}
.BgClassName
{
background-color: #34F168;
}
</style>
border-color css
<style>
span { border-color: #34F168; }
span { border-color: rgb(52,241,104); }
td.TdClassName
{
border-color: #34F168;
}
.TagClassName
{
border-color: #34F168;
}
</style>