Shades of Emerald #35CF74
Tints of Emerald #35CF74
RGB
CMYK
RGB Variations
Color information
#35CF74 (or 0x35CF74) is known color: Emerald. HEX triplet: 35, CF and 74. RGB value is (53,207,116). Sum of RGB (Red+Green+Blue) = 53+207+116=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CF74 is #CA308B. Grayscale: #969696. Windows color (decimal): -13250700 or 7655221. OLE color: 7655221.
HSL color Cylindrical-coordinate representation of color #35CF74: hue angle of 144.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CF74 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 116 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.19 |
| HSL | 144.55º | 0.62% | 0.51% | - |
| HSV(B) | 144.55º | 0.74% | 0.81% | - |
| XYZ | 26.93 | 46.64 | 24.11 | - |
| YUV | 150.58 | 108.48 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 116 | 0.74 | 0 | 0.44 | 0.19 | 144.55 | 0.62 | 0.51 |
| Hex | 35 | CF | 74 | 4A | 0 | 2C | 13 | 91 | 3E | 33 |
| Octal | 65 | 317 | 164 | 112 | 0 | 54 | 23 | 221 | 76 | 63 |
| Binary | 110101 | 11001111 | 1110100 | 1001010 | 0 | 101100 | 10011 | 10010001 | 111110 | 110011 |
Color Harmonies of #35CF74
Complementary color
Monochromatic Colors of #35CF74
Black with #35CF74
Text Example
Text Example
White with #35CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CF74; }
p { color: rgb(53,207,116); }
H1.HeaderClassName
{
color: #35CF74;
}
.AnyTagClassName
{
color: #35CF74;
}
</style>
background-color css
<style>
a { background-color: #35CF74; }
a { background-color: rgb(53,207,116); }
div.DivClassName
{
background-color: #35CF74;
}
.BgClassName
{
background-color: #35CF74;
}
</style>
border-color css
<style>
span { border-color: #35CF74; }
span { border-color: rgb(53,207,116); }
td.TdClassName
{
border-color: #35CF74;
}
.TagClassName
{
border-color: #35CF74;
}
</style>