Shades of Shamrock #3CFC9B
Tints of Shamrock #3CFC9B
RGB
CMYK
RGB Variations
Color information
#3CFC9B (or 0x3CFC9B) is known color: Shamrock. HEX triplet: 3C, FC and 9B. RGB value is (60,252,155). Sum of RGB (Red+Green+Blue) = 60+252+155=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC9B is #C30364. Grayscale: #B7B7B7. Windows color (decimal): -12780389 or 10222652. OLE color: 10222652.
HSL color Cylindrical-coordinate representation of color #3CFC9B: hue angle of 149.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC9B is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 155 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.01 |
| HSL | 149.69º | 0.97% | 0.61% | - |
| HSV(B) | 149.69º | 0.76% | 0.99% | - |
| XYZ | 42.59 | 72.95 | 42.85 | - |
| YUV | 183.53 | 111.89 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 155 | 0.76 | 0 | 0.38 | 0.01 | 149.69 | 0.97 | 0.61 |
| Hex | 3C | FC | 9B | 4C | 0 | 26 | 1 | 96 | 61 | 3D |
| Octal | 74 | 374 | 233 | 114 | 0 | 46 | 1 | 226 | 141 | 75 |
| Binary | 111100 | 11111100 | 10011011 | 1001100 | 0 | 100110 | 1 | 10010110 | 1100001 | 111101 |
Color Harmonies of #3CFC9B
Complementary color
Monochromatic Colors of #3CFC9B
Black with #3CFC9B
Text Example
Text Example
White with #3CFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC9B; }
p { color: rgb(60,252,155); }
H1.HeaderClassName
{
color: #3CFC9B;
}
.AnyTagClassName
{
color: #3CFC9B;
}
</style>
background-color css
<style>
a { background-color: #3CFC9B; }
a { background-color: rgb(60,252,155); }
div.DivClassName
{
background-color: #3CFC9B;
}
.BgClassName
{
background-color: #3CFC9B;
}
</style>
border-color css
<style>
span { border-color: #3CFC9B; }
span { border-color: rgb(60,252,155); }
td.TdClassName
{
border-color: #3CFC9B;
}
.TagClassName
{
border-color: #3CFC9B;
}
</style>