Shades of Emerald #35E574
Tints of Emerald #35E574
RGB
CMYK
RGB Variations
Color information
#35E574 (or 0x35E574) is known color: Emerald. HEX triplet: 35, E5 and 74. RGB value is (53,229,116). Sum of RGB (Red+Green+Blue) = 53+229+116=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 229 (89.84% from 255 or 57.54% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 229 - color contains mainly: green. Hex color #35E574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E574 is #CA1A8B. Grayscale: #A3A3A3. Windows color (decimal): -13245068 or 7660853. OLE color: 7660853.
HSL color Cylindrical-coordinate representation of color #35E574: hue angle of 141.48º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E574 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 116 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.10 |
| HSL | 141.48º | 0.77% | 0.55% | - |
| HSV(B) | 141.48º | 0.77% | 0.9% | - |
| XYZ | 32.64 | 58.06 | 26.01 | - |
| YUV | 163.49 | 101.19 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 116 | 0.77 | 0 | 0.49 | 0.10 | 141.48 | 0.77 | 0.55 |
| Hex | 35 | E5 | 74 | 4D | 0 | 31 | A | 8D | 4D | 37 |
| Octal | 65 | 345 | 164 | 115 | 0 | 61 | 12 | 215 | 115 | 67 |
| Binary | 110101 | 11100101 | 1110100 | 1001101 | 0 | 110001 | 1010 | 10001101 | 1001101 | 110111 |
Color Harmonies of #35E574
Complementary color
Monochromatic Colors of #35E574
Black with #35E574
Text Example
Text Example
White with #35E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E574; }
p { color: rgb(53,229,116); }
H1.HeaderClassName
{
color: #35E574;
}
.AnyTagClassName
{
color: #35E574;
}
</style>
background-color css
<style>
a { background-color: #35E574; }
a { background-color: rgb(53,229,116); }
div.DivClassName
{
background-color: #35E574;
}
.BgClassName
{
background-color: #35E574;
}
</style>
border-color css
<style>
span { border-color: #35E574; }
span { border-color: rgb(53,229,116); }
td.TdClassName
{
border-color: #35E574;
}
.TagClassName
{
border-color: #35E574;
}
</style>