Shades of Shamrock #3CDA99
Tints of Shamrock #3CDA99
RGB
CMYK
RGB Variations
Color information
#3CDA99 (or 0x3CDA99) is known color: Shamrock. HEX triplet: 3C, DA and 99. RGB value is (60,218,153). Sum of RGB (Red+Green+Blue) = 60+218+153=431 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.92% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDA99 is #C32566. Grayscale: #A3A3A3. Windows color (decimal): -12789095 or 10082876. OLE color: 10082876.
HSL color Cylindrical-coordinate representation of color #3CDA99: hue angle of 155.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA99 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 153 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.15 |
| HSL | 155.32º | 0.68% | 0.55% | - |
| HSV(B) | 155.32º | 0.72% | 0.85% | - |
| XYZ | 32.68 | 53.4 | 38.72 | - |
| YUV | 163.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 153 | 0.72 | 0 | 0.30 | 0.15 | 155.32 | 0.68 | 0.55 |
| Hex | 3C | DA | 99 | 48 | 0 | 1E | F | 9B | 44 | 37 |
| Octal | 74 | 332 | 231 | 110 | 0 | 36 | 17 | 233 | 104 | 67 |
| Binary | 111100 | 11011010 | 10011001 | 1001000 | 0 | 11110 | 1111 | 10011011 | 1000100 | 110111 |
Color Harmonies of #3CDA99
Complementary color
Monochromatic Colors of #3CDA99
Black with #3CDA99
Text Example
Text Example
White with #3CDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA99; }
p { color: rgb(60,218,153); }
H1.HeaderClassName
{
color: #3CDA99;
}
.AnyTagClassName
{
color: #3CDA99;
}
</style>
background-color css
<style>
a { background-color: #3CDA99; }
a { background-color: rgb(60,218,153); }
div.DivClassName
{
background-color: #3CDA99;
}
.BgClassName
{
background-color: #3CDA99;
}
</style>
border-color css
<style>
span { border-color: #3CDA99; }
span { border-color: rgb(60,218,153); }
td.TdClassName
{
border-color: #3CDA99;
}
.TagClassName
{
border-color: #3CDA99;
}
</style>