Shades of Shamrock #3CDF96
Tints of Shamrock #3CDF96
RGB
CMYK
RGB Variations
Color information
#3CDF96 (or 0x3CDF96) is known color: Shamrock. HEX triplet: 3C, DF and 96. RGB value is (60,223,150). Sum of RGB (Red+Green+Blue) = 60+223+150=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDF96 is #C32069. Grayscale: #A6A6A6. Windows color (decimal): -12787818 or 9887548. OLE color: 9887548.
HSL color Cylindrical-coordinate representation of color #3CDF96: hue angle of 153.13º 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 #3CDF96 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 150 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.13 |
| HSL | 153.13º | 0.72% | 0.55% | - |
| HSV(B) | 153.13º | 0.73% | 0.87% | - |
| XYZ | 33.76 | 55.94 | 37.87 | - |
| YUV | 165.94 | 119 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 150 | 0.73 | 0 | 0.33 | 0.13 | 153.13 | 0.72 | 0.55 |
| Hex | 3C | DF | 96 | 49 | 0 | 21 | D | 99 | 48 | 37 |
| Octal | 74 | 337 | 226 | 111 | 0 | 41 | 15 | 231 | 110 | 67 |
| Binary | 111100 | 11011111 | 10010110 | 1001001 | 0 | 100001 | 1101 | 10011001 | 1001000 | 110111 |
Color Harmonies of #3CDF96
Complementary color
Monochromatic Colors of #3CDF96
Black with #3CDF96
Text Example
Text Example
White with #3CDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF96; }
p { color: rgb(60,223,150); }
H1.HeaderClassName
{
color: #3CDF96;
}
.AnyTagClassName
{
color: #3CDF96;
}
</style>
background-color css
<style>
a { background-color: #3CDF96; }
a { background-color: rgb(60,223,150); }
div.DivClassName
{
background-color: #3CDF96;
}
.BgClassName
{
background-color: #3CDF96;
}
</style>
border-color css
<style>
span { border-color: #3CDF96; }
span { border-color: rgb(60,223,150); }
td.TdClassName
{
border-color: #3CDF96;
}
.TagClassName
{
border-color: #3CDF96;
}
</style>