Shades of Emerald #35D365
Tints of Emerald #35D365
RGB
CMYK
RGB Variations
Color information
#35D365 (or 0x35D365) is known color: Emerald. HEX triplet: 35, D3 and 65. RGB value is (53,211,101). Sum of RGB (Red+Green+Blue) = 53+211+101=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #35D365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D365 is #CA2C9A. Grayscale: #979797. Windows color (decimal): -13249691 or 6673205. OLE color: 6673205.
HSL color Cylindrical-coordinate representation of color #35D365: hue angle of 138.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D365 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 211 | 101 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.17 |
| HSL | 138.23º | 0.64% | 0.52% | - |
| HSV(B) | 138.23º | 0.75% | 0.83% | - |
| XYZ | 27.11 | 48.29 | 20.2 | - |
| YUV | 151.22 | 99.65 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 101 | 0.75 | 0 | 0.52 | 0.17 | 138.23 | 0.64 | 0.52 |
| Hex | 35 | D3 | 65 | 4B | 0 | 34 | 11 | 8A | 40 | 34 |
| Octal | 65 | 323 | 145 | 113 | 0 | 64 | 21 | 212 | 100 | 64 |
| Binary | 110101 | 11010011 | 1100101 | 1001011 | 0 | 110100 | 10001 | 10001010 | 1000000 | 110100 |
Color Harmonies of #35D365
Complementary color
Monochromatic Colors of #35D365
Black with #35D365
Text Example
Text Example
White with #35D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D365; }
p { color: rgb(53,211,101); }
H1.HeaderClassName
{
color: #35D365;
}
.AnyTagClassName
{
color: #35D365;
}
</style>
background-color css
<style>
a { background-color: #35D365; }
a { background-color: rgb(53,211,101); }
div.DivClassName
{
background-color: #35D365;
}
.BgClassName
{
background-color: #35D365;
}
</style>
border-color css
<style>
span { border-color: #35D365; }
span { border-color: rgb(53,211,101); }
td.TdClassName
{
border-color: #35D365;
}
.TagClassName
{
border-color: #35D365;
}
</style>