Shades of Emerald #34F27E
Tints of Emerald #34F27E
RGB
CMYK
RGB Variations
Color information
#34F27E (or 0x34F27E) is known color: Emerald. HEX triplet: 34, F2 and 7E. RGB value is (52,242,126). Sum of RGB (Red+Green+Blue) = 52+242+126=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #34F27E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F27E is #CB0D81. Grayscale: #ACACAC. Windows color (decimal): -13307266 or 8319540. OLE color: 8319540.
HSL color Cylindrical-coordinate representation of color #34F27E: hue angle of 143.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F27E is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 126 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.05 |
| HSL | 143.37º | 0.88% | 0.58% | - |
| HSV(B) | 143.37º | 0.79% | 0.95% | - |
| XYZ | 36.93 | 65.74 | 30.48 | - |
| YUV | 171.97 | 102.05 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 126 | 0.79 | 0 | 0.48 | 0.05 | 143.37 | 0.88 | 0.58 |
| Hex | 34 | F2 | 7E | 4F | 0 | 30 | 5 | 8F | 58 | 3A |
| Octal | 64 | 362 | 176 | 117 | 0 | 60 | 5 | 217 | 130 | 72 |
| Binary | 110100 | 11110010 | 1111110 | 1001111 | 0 | 110000 | 101 | 10001111 | 1011000 | 111010 |
Color Harmonies of #34F27E
Complementary color
Monochromatic Colors of #34F27E
Black with #34F27E
Text Example
Text Example
White with #34F27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F27E; }
p { color: rgb(52,242,126); }
H1.HeaderClassName
{
color: #34F27E;
}
.AnyTagClassName
{
color: #34F27E;
}
</style>
background-color css
<style>
a { background-color: #34F27E; }
a { background-color: rgb(52,242,126); }
div.DivClassName
{
background-color: #34F27E;
}
.BgClassName
{
background-color: #34F27E;
}
</style>
border-color css
<style>
span { border-color: #34F27E; }
span { border-color: rgb(52,242,126); }
td.TdClassName
{
border-color: #34F27E;
}
.TagClassName
{
border-color: #34F27E;
}
</style>