Shades of Shamrock #3CF693
Tints of Shamrock #3CF693
RGB
CMYK
RGB Variations
Color information
#3CF693 (or 0x3CF693) is known color: Shamrock. HEX triplet: 3C, F6 and 93. RGB value is (60,246,147). Sum of RGB (Red+Green+Blue) = 60+246+147=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF693 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF693 is #C3096C. Grayscale: #B3B3B3. Windows color (decimal): -12781933 or 9696828. OLE color: 9696828.
HSL color Cylindrical-coordinate representation of color #3CF693: hue angle of 148.06º 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 #3CF693 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 246 | 147 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.04 |
| HSL | 148.06º | 0.91% | 0.6% | - |
| HSV(B) | 148.06º | 0.76% | 0.96% | - |
| XYZ | 40.09 | 68.98 | 38.81 | - |
| YUV | 179.1 | 109.88 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 246 | 147 | 0.76 | 0 | 0.40 | 0.04 | 148.06 | 0.91 | 0.6 |
| Hex | 3C | F6 | 93 | 4C | 0 | 28 | 4 | 94 | 5B | 3C |
| Octal | 74 | 366 | 223 | 114 | 0 | 50 | 4 | 224 | 133 | 74 |
| Binary | 111100 | 11110110 | 10010011 | 1001100 | 0 | 101000 | 100 | 10010100 | 1011011 | 111100 |
Color Harmonies of #3CF693
Complementary color
Monochromatic Colors of #3CF693
Black with #3CF693
Text Example
Text Example
White with #3CF693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF693; }
p { color: rgb(60,246,147); }
H1.HeaderClassName
{
color: #3CF693;
}
.AnyTagClassName
{
color: #3CF693;
}
</style>
background-color css
<style>
a { background-color: #3CF693; }
a { background-color: rgb(60,246,147); }
div.DivClassName
{
background-color: #3CF693;
}
.BgClassName
{
background-color: #3CF693;
}
</style>
border-color css
<style>
span { border-color: #3CF693; }
span { border-color: rgb(60,246,147); }
td.TdClassName
{
border-color: #3CF693;
}
.TagClassName
{
border-color: #3CF693;
}
</style>