Shades of Shamrock #35CC80
Tints of Shamrock #35CC80
RGB
CMYK
RGB Variations
Color information
#35CC80 (or 0x35CC80) is known color: Shamrock. HEX triplet: 35, CC and 80. RGB value is (53,204,128). Sum of RGB (Red+Green+Blue) = 53+204+128=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #35CC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CC80 is #CA337F. Grayscale: #969696. Windows color (decimal): -13251456 or 8440885. OLE color: 8440885.
HSL color Cylindrical-coordinate representation of color #35CC80: hue angle of 149.8º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CC80 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 204 | 128 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.2 |
| HSL | 149.8º | 0.6% | 0.5% | - |
| HSV(B) | 149.8º | 0.74% | 0.8% | - |
| XYZ | 26.96 | 45.5 | 27.78 | - |
| YUV | 150.19 | 115.47 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 204 | 128 | 0.74 | 0 | 0.37 | 0.2 | 149.8 | 0.6 | 0.5 |
| Hex | 35 | CC | 80 | 4A | 0 | 25 | 14 | 96 | 3C | 32 |
| Octal | 65 | 314 | 200 | 112 | 0 | 45 | 24 | 226 | 74 | 62 |
| Binary | 110101 | 11001100 | 10000000 | 1001010 | 0 | 100101 | 10100 | 10010110 | 111100 | 110010 |
Color Harmonies of #35CC80
Complementary color
Monochromatic Colors of #35CC80
Black with #35CC80
Text Example
Text Example
White with #35CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CC80; }
p { color: rgb(53,204,128); }
H1.HeaderClassName
{
color: #35CC80;
}
.AnyTagClassName
{
color: #35CC80;
}
</style>
background-color css
<style>
a { background-color: #35CC80; }
a { background-color: rgb(53,204,128); }
div.DivClassName
{
background-color: #35CC80;
}
.BgClassName
{
background-color: #35CC80;
}
</style>
border-color css
<style>
span { border-color: #35CC80; }
span { border-color: rgb(53,204,128); }
td.TdClassName
{
border-color: #35CC80;
}
.TagClassName
{
border-color: #35CC80;
}
</style>