Shades of Shamrock #3CFB9F
Tints of Shamrock #3CFB9F
RGB
CMYK
RGB Variations
Color information
#3CFB9F (or 0x3CFB9F) is known color: Shamrock. HEX triplet: 3C, FB and 9F. RGB value is (60,251,159). Sum of RGB (Red+Green+Blue) = 60+251+159=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 251 (98.44% from 255 or 53.40% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFB9F is #C30460. Grayscale: #B7B7B7. Windows color (decimal): -12780641 or 10484540. OLE color: 10484540.
HSL color Cylindrical-coordinate representation of color #3CFB9F: hue angle of 151.1º 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 #3CFB9F is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 159 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.02 |
| HSL | 151.1º | 0.96% | 0.61% | - |
| HSV(B) | 151.1º | 0.76% | 0.98% | - |
| XYZ | 42.62 | 72.46 | 44.54 | - |
| YUV | 183.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 159 | 0.76 | 0 | 0.37 | 0.02 | 151.1 | 0.96 | 0.61 |
| Hex | 3C | FB | 9F | 4C | 0 | 25 | 2 | 97 | 60 | 3D |
| Octal | 74 | 373 | 237 | 114 | 0 | 45 | 2 | 227 | 140 | 75 |
| Binary | 111100 | 11111011 | 10011111 | 1001100 | 0 | 100101 | 10 | 10010111 | 1100000 | 111101 |
Color Harmonies of #3CFB9F
Complementary color
Monochromatic Colors of #3CFB9F
Black with #3CFB9F
Text Example
Text Example
White with #3CFB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFB9F; }
p { color: rgb(60,251,159); }
H1.HeaderClassName
{
color: #3CFB9F;
}
.AnyTagClassName
{
color: #3CFB9F;
}
</style>
background-color css
<style>
a { background-color: #3CFB9F; }
a { background-color: rgb(60,251,159); }
div.DivClassName
{
background-color: #3CFB9F;
}
.BgClassName
{
background-color: #3CFB9F;
}
</style>
border-color css
<style>
span { border-color: #3CFB9F; }
span { border-color: rgb(60,251,159); }
td.TdClassName
{
border-color: #3CFB9F;
}
.TagClassName
{
border-color: #3CFB9F;
}
</style>