Shades of Emerald #35DF63
Tints of Emerald #35DF63
RGB
CMYK
RGB Variations
Color information
#35DF63 (or 0x35DF63) is known color: Emerald. HEX triplet: 35, DF and 63. RGB value is (53,223,99). Sum of RGB (Red+Green+Blue) = 53+223+99=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DF63 is #CA209C. Grayscale: #9E9E9E. Windows color (decimal): -13246621 or 6545205. OLE color: 6545205.
HSL color Cylindrical-coordinate representation of color #35DF63: hue angle of 136.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DF63 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 99 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.13 |
| HSL | 136.24º | 0.73% | 0.54% | - |
| HSV(B) | 136.24º | 0.76% | 0.87% | - |
| XYZ | 30.11 | 54.43 | 20.72 | - |
| YUV | 158.03 | 94.68 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 99 | 0.76 | 0 | 0.56 | 0.13 | 136.24 | 0.73 | 0.54 |
| Hex | 35 | DF | 63 | 4C | 0 | 38 | D | 88 | 49 | 36 |
| Octal | 65 | 337 | 143 | 114 | 0 | 70 | 15 | 210 | 111 | 66 |
| Binary | 110101 | 11011111 | 1100011 | 1001100 | 0 | 111000 | 1101 | 10001000 | 1001001 | 110110 |
Color Harmonies of #35DF63
Complementary color
Monochromatic Colors of #35DF63
Black with #35DF63
Text Example
Text Example
White with #35DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DF63; }
p { color: rgb(53,223,99); }
H1.HeaderClassName
{
color: #35DF63;
}
.AnyTagClassName
{
color: #35DF63;
}
</style>
background-color css
<style>
a { background-color: #35DF63; }
a { background-color: rgb(53,223,99); }
div.DivClassName
{
background-color: #35DF63;
}
.BgClassName
{
background-color: #35DF63;
}
</style>
border-color css
<style>
span { border-color: #35DF63; }
span { border-color: rgb(53,223,99); }
td.TdClassName
{
border-color: #35DF63;
}
.TagClassName
{
border-color: #35DF63;
}
</style>