Shades of Shamrock #3CF495
Tints of Shamrock #3CF495
RGB
CMYK
RGB Variations
Color information
#3CF495 (or 0x3CF495) is known color: Shamrock. HEX triplet: 3C, F4 and 95. RGB value is (60,244,149). Sum of RGB (Red+Green+Blue) = 60+244+149=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF495 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF495 is #C30B6A. Grayscale: #B2B2B2. Windows color (decimal): -12782443 or 9827388. OLE color: 9827388.
HSL color Cylindrical-coordinate representation of color #3CF495: hue angle of 149.02º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF495 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 149 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.04 |
| HSL | 149.02º | 0.89% | 0.6% | - |
| HSV(B) | 149.02º | 0.75% | 0.96% | - |
| XYZ | 39.64 | 67.83 | 39.44 | - |
| YUV | 178.15 | 111.54 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 149 | 0.75 | 0 | 0.39 | 0.04 | 149.02 | 0.89 | 0.6 |
| Hex | 3C | F4 | 95 | 4B | 0 | 27 | 4 | 95 | 59 | 3C |
| Octal | 74 | 364 | 225 | 113 | 0 | 47 | 4 | 225 | 131 | 74 |
| Binary | 111100 | 11110100 | 10010101 | 1001011 | 0 | 100111 | 100 | 10010101 | 1011001 | 111100 |
Color Harmonies of #3CF495
Complementary color
Monochromatic Colors of #3CF495
Black with #3CF495
Text Example
Text Example
White with #3CF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF495; }
p { color: rgb(60,244,149); }
H1.HeaderClassName
{
color: #3CF495;
}
.AnyTagClassName
{
color: #3CF495;
}
</style>
background-color css
<style>
a { background-color: #3CF495; }
a { background-color: rgb(60,244,149); }
div.DivClassName
{
background-color: #3CF495;
}
.BgClassName
{
background-color: #3CF495;
}
</style>
border-color css
<style>
span { border-color: #3CF495; }
span { border-color: rgb(60,244,149); }
td.TdClassName
{
border-color: #3CF495;
}
.TagClassName
{
border-color: #3CF495;
}
</style>