Shades of Shamrock #3CDF99
Tints of Shamrock #3CDF99
RGB
CMYK
RGB Variations
Color information
#3CDF99 (or 0x3CDF99) is known color: Shamrock. HEX triplet: 3C, DF and 99. RGB value is (60,223,153). Sum of RGB (Red+Green+Blue) = 60+223+153=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDF99 is #C32066. Grayscale: #A6A6A6. Windows color (decimal): -12787815 or 10084156. OLE color: 10084156.
HSL color Cylindrical-coordinate representation of color #3CDF99: hue angle of 154.23º 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 #3CDF99 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 153 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.13 |
| HSL | 154.23º | 0.72% | 0.55% | - |
| HSV(B) | 154.23º | 0.73% | 0.87% | - |
| XYZ | 34 | 56.04 | 39.16 | - |
| YUV | 166.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 153 | 0.73 | 0 | 0.31 | 0.13 | 154.23 | 0.72 | 0.55 |
| Hex | 3C | DF | 99 | 49 | 0 | 1F | D | 9A | 48 | 37 |
| Octal | 74 | 337 | 231 | 111 | 0 | 37 | 15 | 232 | 110 | 67 |
| Binary | 111100 | 11011111 | 10011001 | 1001001 | 0 | 11111 | 1101 | 10011010 | 1001000 | 110111 |
Color Harmonies of #3CDF99
Complementary color
Monochromatic Colors of #3CDF99
Black with #3CDF99
Text Example
Text Example
White with #3CDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF99; }
p { color: rgb(60,223,153); }
H1.HeaderClassName
{
color: #3CDF99;
}
.AnyTagClassName
{
color: #3CDF99;
}
</style>
background-color css
<style>
a { background-color: #3CDF99; }
a { background-color: rgb(60,223,153); }
div.DivClassName
{
background-color: #3CDF99;
}
.BgClassName
{
background-color: #3CDF99;
}
</style>
border-color css
<style>
span { border-color: #3CDF99; }
span { border-color: rgb(60,223,153); }
td.TdClassName
{
border-color: #3CDF99;
}
.TagClassName
{
border-color: #3CDF99;
}
</style>