Shades of Shamrock #3CDF87
Tints of Shamrock #3CDF87
RGB
CMYK
RGB Variations
Color information
#3CDF87 (or 0x3CDF87) is known color: Shamrock. HEX triplet: 3C, DF and 87. RGB value is (60,223,135). Sum of RGB (Red+Green+Blue) = 60+223+135=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDF87 is #C32078. Grayscale: #A4A4A4. Windows color (decimal): -12787833 or 8904508. OLE color: 8904508.
HSL color Cylindrical-coordinate representation of color #3CDF87: hue angle of 147.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF87 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 135 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.13 |
| HSL | 147.61º | 0.72% | 0.55% | - |
| HSV(B) | 147.61º | 0.73% | 0.87% | - |
| XYZ | 32.62 | 55.49 | 31.91 | - |
| YUV | 164.23 | 111.5 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 135 | 0.73 | 0 | 0.39 | 0.13 | 147.61 | 0.72 | 0.55 |
| Hex | 3C | DF | 87 | 49 | 0 | 27 | D | 94 | 48 | 37 |
| Octal | 74 | 337 | 207 | 111 | 0 | 47 | 15 | 224 | 110 | 67 |
| Binary | 111100 | 11011111 | 10000111 | 1001001 | 0 | 100111 | 1101 | 10010100 | 1001000 | 110111 |
Color Harmonies of #3CDF87
Complementary color
Monochromatic Colors of #3CDF87
Black with #3CDF87
Text Example
Text Example
White with #3CDF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF87; }
p { color: rgb(60,223,135); }
H1.HeaderClassName
{
color: #3CDF87;
}
.AnyTagClassName
{
color: #3CDF87;
}
</style>
background-color css
<style>
a { background-color: #3CDF87; }
a { background-color: rgb(60,223,135); }
div.DivClassName
{
background-color: #3CDF87;
}
.BgClassName
{
background-color: #3CDF87;
}
</style>
border-color css
<style>
span { border-color: #3CDF87; }
span { border-color: rgb(60,223,135); }
td.TdClassName
{
border-color: #3CDF87;
}
.TagClassName
{
border-color: #3CDF87;
}
</style>