Shades of Shamrock #35C98C
Tints of Shamrock #35C98C
RGB
CMYK
RGB Variations
Color information
#35C98C (or 0x35C98C) is known color: Shamrock. HEX triplet: 35, C9 and 8C. RGB value is (53,201,140). Sum of RGB (Red+Green+Blue) = 53+201+140=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #35C98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C98C is #CA3673. Grayscale: #959595. Windows color (decimal): -13252212 or 9226549. OLE color: 9226549.
HSL color Cylindrical-coordinate representation of color #35C98C: hue angle of 155.27º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C98C is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 140 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.21 |
| HSL | 155.27º | 0.58% | 0.5% | - |
| HSV(B) | 155.27º | 0.74% | 0.79% | - |
| XYZ | 27.09 | 44.42 | 31.96 | - |
| YUV | 149.79 | 122.47 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 140 | 0.74 | 0 | 0.30 | 0.21 | 155.27 | 0.58 | 0.5 |
| Hex | 35 | C9 | 8C | 4A | 0 | 1E | 15 | 9B | 3A | 32 |
| Octal | 65 | 311 | 214 | 112 | 0 | 36 | 25 | 233 | 72 | 62 |
| Binary | 110101 | 11001001 | 10001100 | 1001010 | 0 | 11110 | 10101 | 10011011 | 111010 | 110010 |
Color Harmonies of #35C98C
Complementary color
Monochromatic Colors of #35C98C
Black with #35C98C
Text Example
Text Example
White with #35C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C98C; }
p { color: rgb(53,201,140); }
H1.HeaderClassName
{
color: #35C98C;
}
.AnyTagClassName
{
color: #35C98C;
}
</style>
background-color css
<style>
a { background-color: #35C98C; }
a { background-color: rgb(53,201,140); }
div.DivClassName
{
background-color: #35C98C;
}
.BgClassName
{
background-color: #35C98C;
}
</style>
border-color css
<style>
span { border-color: #35C98C; }
span { border-color: rgb(53,201,140); }
td.TdClassName
{
border-color: #35C98C;
}
.TagClassName
{
border-color: #35C98C;
}
</style>