Shades of Shamrock #3CFB9B
Tints of Shamrock #3CFB9B
RGB
CMYK
RGB Variations
Color information
#3CFB9B (or 0x3CFB9B) is known color: Shamrock. HEX triplet: 3C, FB and 9B. RGB value is (60,251,155). Sum of RGB (Red+Green+Blue) = 60+251+155=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFB9B is #C30464. Grayscale: #B7B7B7. Windows color (decimal): -12780645 or 10222396. OLE color: 10222396.
HSL color Cylindrical-coordinate representation of color #3CFB9B: hue angle of 149.84º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFB9B is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 155 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.02 |
| HSL | 149.84º | 0.96% | 0.61% | - |
| HSV(B) | 149.84º | 0.76% | 0.98% | - |
| XYZ | 42.28 | 72.32 | 42.74 | - |
| YUV | 182.95 | 112.22 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 155 | 0.76 | 0 | 0.38 | 0.02 | 149.84 | 0.96 | 0.61 |
| Hex | 3C | FB | 9B | 4C | 0 | 26 | 2 | 96 | 60 | 3D |
| Octal | 74 | 373 | 233 | 114 | 0 | 46 | 2 | 226 | 140 | 75 |
| Binary | 111100 | 11111011 | 10011011 | 1001100 | 0 | 100110 | 10 | 10010110 | 1100000 | 111101 |
Color Harmonies of #3CFB9B
Complementary color
Monochromatic Colors of #3CFB9B
Black with #3CFB9B
Text Example
Text Example
White with #3CFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFB9B; }
p { color: rgb(60,251,155); }
H1.HeaderClassName
{
color: #3CFB9B;
}
.AnyTagClassName
{
color: #3CFB9B;
}
</style>
background-color css
<style>
a { background-color: #3CFB9B; }
a { background-color: rgb(60,251,155); }
div.DivClassName
{
background-color: #3CFB9B;
}
.BgClassName
{
background-color: #3CFB9B;
}
</style>
border-color css
<style>
span { border-color: #3CFB9B; }
span { border-color: rgb(60,251,155); }
td.TdClassName
{
border-color: #3CFB9B;
}
.TagClassName
{
border-color: #3CFB9B;
}
</style>