Shades of Emerald #35D268
Tints of Emerald #35D268
RGB
CMYK
RGB Variations
Color information
#35D268 (or 0x35D268) is known color: Emerald. HEX triplet: 35, D2 and 68. RGB value is (53,210,104). Sum of RGB (Red+Green+Blue) = 53+210+104=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #35D268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D268 is #CA2D97. Grayscale: #979797. Windows color (decimal): -13249944 or 6869557. OLE color: 6869557.
HSL color Cylindrical-coordinate representation of color #35D268: hue angle of 139.49º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D268 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 104 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.18 |
| HSL | 139.49º | 0.64% | 0.52% | - |
| HSV(B) | 139.49º | 0.75% | 0.82% | - |
| XYZ | 27.01 | 47.85 | 20.91 | - |
| YUV | 150.97 | 101.49 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 104 | 0.75 | 0 | 0.50 | 0.18 | 139.49 | 0.64 | 0.52 |
| Hex | 35 | D2 | 68 | 4B | 0 | 32 | 12 | 8B | 40 | 34 |
| Octal | 65 | 322 | 150 | 113 | 0 | 62 | 22 | 213 | 100 | 64 |
| Binary | 110101 | 11010010 | 1101000 | 1001011 | 0 | 110010 | 10010 | 10001011 | 1000000 | 110100 |
Color Harmonies of #35D268
Complementary color
Monochromatic Colors of #35D268
Black with #35D268
Text Example
Text Example
White with #35D268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D268; }
p { color: rgb(53,210,104); }
H1.HeaderClassName
{
color: #35D268;
}
.AnyTagClassName
{
color: #35D268;
}
</style>
background-color css
<style>
a { background-color: #35D268; }
a { background-color: rgb(53,210,104); }
div.DivClassName
{
background-color: #35D268;
}
.BgClassName
{
background-color: #35D268;
}
</style>
border-color css
<style>
span { border-color: #35D268; }
span { border-color: rgb(53,210,104); }
td.TdClassName
{
border-color: #35D268;
}
.TagClassName
{
border-color: #35D268;
}
</style>