Shades of Shamrock #3CFA8B
Tints of Shamrock #3CFA8B
RGB
CMYK
RGB Variations
Color information
#3CFA8B (or 0x3CFA8B) is known color: Shamrock. HEX triplet: 3C, FA and 8B. RGB value is (60,250,139). Sum of RGB (Red+Green+Blue) = 60+250+139=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFA8B is #C30574. Grayscale: #B4B4B4. Windows color (decimal): -12780917 or 9173564. OLE color: 9173564.
HSL color Cylindrical-coordinate representation of color #3CFA8B: hue angle of 144.95º degrees, saturation: 0.95, 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 #3CFA8B is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 139 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.02 |
| HSL | 144.95º | 0.95% | 0.61% | - |
| HSV(B) | 144.95º | 0.76% | 0.98% | - |
| XYZ | 40.71 | 71.2 | 36.02 | - |
| YUV | 180.54 | 104.55 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 139 | 0.76 | 0 | 0.44 | 0.02 | 144.95 | 0.95 | 0.61 |
| Hex | 3C | FA | 8B | 4C | 0 | 2C | 2 | 91 | 5F | 3D |
| Octal | 74 | 372 | 213 | 114 | 0 | 54 | 2 | 221 | 137 | 75 |
| Binary | 111100 | 11111010 | 10001011 | 1001100 | 0 | 101100 | 10 | 10010001 | 1011111 | 111101 |
Color Harmonies of #3CFA8B
Complementary color
Monochromatic Colors of #3CFA8B
Black with #3CFA8B
Text Example
Text Example
White with #3CFA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA8B; }
p { color: rgb(60,250,139); }
H1.HeaderClassName
{
color: #3CFA8B;
}
.AnyTagClassName
{
color: #3CFA8B;
}
</style>
background-color css
<style>
a { background-color: #3CFA8B; }
a { background-color: rgb(60,250,139); }
div.DivClassName
{
background-color: #3CFA8B;
}
.BgClassName
{
background-color: #3CFA8B;
}
</style>
border-color css
<style>
span { border-color: #3CFA8B; }
span { border-color: rgb(60,250,139); }
td.TdClassName
{
border-color: #3CFA8B;
}
.TagClassName
{
border-color: #3CFA8B;
}
</style>