Shades of Shamrock #3CF599
Tints of Shamrock #3CF599
RGB
CMYK
RGB Variations
Color information
#3CF599 (or 0x3CF599) is known color: Shamrock. HEX triplet: 3C, F5 and 99. RGB value is (60,245,153). Sum of RGB (Red+Green+Blue) = 60+245+153=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF599 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF599 is #C30A66. Grayscale: #B3B3B3. Windows color (decimal): -12782183 or 10089788. OLE color: 10089788.
HSL color Cylindrical-coordinate representation of color #3CF599: hue angle of 150.16º degrees, saturation: 0.9, 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 #3CF599 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 153 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.04 |
| HSL | 150.16º | 0.9% | 0.6% | - |
| HSV(B) | 150.16º | 0.76% | 0.96% | - |
| XYZ | 40.27 | 68.57 | 41.25 | - |
| YUV | 179.2 | 113.21 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 153 | 0.76 | 0 | 0.38 | 0.04 | 150.16 | 0.9 | 0.6 |
| Hex | 3C | F5 | 99 | 4C | 0 | 26 | 4 | 96 | 5A | 3C |
| Octal | 74 | 365 | 231 | 114 | 0 | 46 | 4 | 226 | 132 | 74 |
| Binary | 111100 | 11110101 | 10011001 | 1001100 | 0 | 100110 | 100 | 10010110 | 1011010 | 111100 |
Color Harmonies of #3CF599
Complementary color
Monochromatic Colors of #3CF599
Black with #3CF599
Text Example
Text Example
White with #3CF599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF599; }
p { color: rgb(60,245,153); }
H1.HeaderClassName
{
color: #3CF599;
}
.AnyTagClassName
{
color: #3CF599;
}
</style>
background-color css
<style>
a { background-color: #3CF599; }
a { background-color: rgb(60,245,153); }
div.DivClassName
{
background-color: #3CF599;
}
.BgClassName
{
background-color: #3CF599;
}
</style>
border-color css
<style>
span { border-color: #3CF599; }
span { border-color: rgb(60,245,153); }
td.TdClassName
{
border-color: #3CF599;
}
.TagClassName
{
border-color: #3CF599;
}
</style>