Shades of Emerald #35E06C
Tints of Emerald #35E06C
RGB
CMYK
RGB Variations
Color information
#35E06C (or 0x35E06C) is known color: Emerald. HEX triplet: 35, E0 and 6C. RGB value is (53,224,108). Sum of RGB (Red+Green+Blue) = 53+224+108=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #35E06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E06C is #CA1F93. Grayscale: #9F9F9F. Windows color (decimal): -13246356 or 7135285. OLE color: 7135285.
HSL color Cylindrical-coordinate representation of color #35E06C: hue angle of 139.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E06C is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 108 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.12 |
| HSL | 139.3º | 0.73% | 0.54% | - |
| HSV(B) | 139.3º | 0.76% | 0.88% | - |
| XYZ | 30.83 | 55.15 | 23.21 | - |
| YUV | 159.65 | 98.85 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 108 | 0.76 | 0 | 0.52 | 0.12 | 139.3 | 0.73 | 0.54 |
| Hex | 35 | E0 | 6C | 4C | 0 | 34 | C | 8B | 49 | 36 |
| Octal | 65 | 340 | 154 | 114 | 0 | 64 | 14 | 213 | 111 | 66 |
| Binary | 110101 | 11100000 | 1101100 | 1001100 | 0 | 110100 | 1100 | 10001011 | 1001001 | 110110 |
Color Harmonies of #35E06C
Complementary color
Monochromatic Colors of #35E06C
Black with #35E06C
Text Example
Text Example
White with #35E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E06C; }
p { color: rgb(53,224,108); }
H1.HeaderClassName
{
color: #35E06C;
}
.AnyTagClassName
{
color: #35E06C;
}
</style>
background-color css
<style>
a { background-color: #35E06C; }
a { background-color: rgb(53,224,108); }
div.DivClassName
{
background-color: #35E06C;
}
.BgClassName
{
background-color: #35E06C;
}
</style>
border-color css
<style>
span { border-color: #35E06C; }
span { border-color: rgb(53,224,108); }
td.TdClassName
{
border-color: #35E06C;
}
.TagClassName
{
border-color: #35E06C;
}
</style>