Shades of Shamrock #3CF68F
Tints of Shamrock #3CF68F
RGB
CMYK
RGB Variations
Color information
#3CF68F (or 0x3CF68F) is known color: Shamrock. HEX triplet: 3C, F6 and 8F. RGB value is (60,246,143). Sum of RGB (Red+Green+Blue) = 60+246+143=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF68F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF68F is #C30970. Grayscale: #B2B2B2. Windows color (decimal): -12781937 or 9434684. OLE color: 9434684.
HSL color Cylindrical-coordinate representation of color #3CF68F: hue angle of 146.77º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF68F is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 246 | 143 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.04 |
| HSL | 146.77º | 0.91% | 0.6% | - |
| HSV(B) | 146.77º | 0.76% | 0.96% | - |
| XYZ | 39.78 | 68.86 | 37.18 | - |
| YUV | 178.64 | 107.88 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 246 | 143 | 0.76 | 0 | 0.42 | 0.04 | 146.77 | 0.91 | 0.6 |
| Hex | 3C | F6 | 8F | 4C | 0 | 2A | 4 | 93 | 5B | 3C |
| Octal | 74 | 366 | 217 | 114 | 0 | 52 | 4 | 223 | 133 | 74 |
| Binary | 111100 | 11110110 | 10001111 | 1001100 | 0 | 101010 | 100 | 10010011 | 1011011 | 111100 |
Color Harmonies of #3CF68F
Complementary color
Monochromatic Colors of #3CF68F
Black with #3CF68F
Text Example
Text Example
White with #3CF68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF68F; }
p { color: rgb(60,246,143); }
H1.HeaderClassName
{
color: #3CF68F;
}
.AnyTagClassName
{
color: #3CF68F;
}
</style>
background-color css
<style>
a { background-color: #3CF68F; }
a { background-color: rgb(60,246,143); }
div.DivClassName
{
background-color: #3CF68F;
}
.BgClassName
{
background-color: #3CF68F;
}
</style>
border-color css
<style>
span { border-color: #3CF68F; }
span { border-color: rgb(60,246,143); }
td.TdClassName
{
border-color: #3CF68F;
}
.TagClassName
{
border-color: #3CF68F;
}
</style>