Shades of Shamrock #35D294
Tints of Shamrock #35D294
RGB
CMYK
RGB Variations
Color information
#35D294 (or 0x35D294) is known color: Shamrock. HEX triplet: 35, D2 and 94. RGB value is (53,210,148). Sum of RGB (Red+Green+Blue) = 53+210+148=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #35D294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D294 is #CA2D6B. Grayscale: #9C9C9C. Windows color (decimal): -13249900 or 9753141. OLE color: 9753141.
HSL color Cylindrical-coordinate representation of color #35D294: hue angle of 156.31º 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 #35D294 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 148 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.18 |
| HSL | 156.31º | 0.64% | 0.52% | - |
| HSV(B) | 156.31º | 0.75% | 0.82% | - |
| XYZ | 29.86 | 48.99 | 35.9 | - |
| YUV | 155.99 | 123.49 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 148 | 0.75 | 0 | 0.30 | 0.18 | 156.31 | 0.64 | 0.52 |
| Hex | 35 | D2 | 94 | 4B | 0 | 1E | 12 | 9C | 40 | 34 |
| Octal | 65 | 322 | 224 | 113 | 0 | 36 | 22 | 234 | 100 | 64 |
| Binary | 110101 | 11010010 | 10010100 | 1001011 | 0 | 11110 | 10010 | 10011100 | 1000000 | 110100 |
Color Harmonies of #35D294
Complementary color
Monochromatic Colors of #35D294
Black with #35D294
Text Example
Text Example
White with #35D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D294; }
p { color: rgb(53,210,148); }
H1.HeaderClassName
{
color: #35D294;
}
.AnyTagClassName
{
color: #35D294;
}
</style>
background-color css
<style>
a { background-color: #35D294; }
a { background-color: rgb(53,210,148); }
div.DivClassName
{
background-color: #35D294;
}
.BgClassName
{
background-color: #35D294;
}
</style>
border-color css
<style>
span { border-color: #35D294; }
span { border-color: rgb(53,210,148); }
td.TdClassName
{
border-color: #35D294;
}
.TagClassName
{
border-color: #35D294;
}
</style>