Shades of Shamrock #3CF999
Tints of Shamrock #3CF999
RGB
CMYK
RGB Variations
Color information
#3CF999 (or 0x3CF999) is known color: Shamrock. HEX triplet: 3C, F9 and 99. RGB value is (60,249,153). Sum of RGB (Red+Green+Blue) = 60+249+153=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF999 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF999 is #C30666. Grayscale: #B5B5B5. Windows color (decimal): -12781159 or 10090812. OLE color: 10090812.
HSL color Cylindrical-coordinate representation of color #3CF999: hue angle of 149.52º degrees, saturation: 0.94, 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 #3CF999 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 153 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.02 |
| HSL | 149.52º | 0.94% | 0.61% | - |
| HSV(B) | 149.52º | 0.76% | 0.98% | - |
| XYZ | 41.49 | 71.01 | 41.66 | - |
| YUV | 181.55 | 111.88 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 153 | 0.76 | 0 | 0.39 | 0.02 | 149.52 | 0.94 | 0.61 |
| Hex | 3C | F9 | 99 | 4C | 0 | 27 | 2 | 96 | 5E | 3D |
| Octal | 74 | 371 | 231 | 114 | 0 | 47 | 2 | 226 | 136 | 75 |
| Binary | 111100 | 11111001 | 10011001 | 1001100 | 0 | 100111 | 10 | 10010110 | 1011110 | 111101 |
Color Harmonies of #3CF999
Complementary color
Monochromatic Colors of #3CF999
Black with #3CF999
Text Example
Text Example
White with #3CF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF999; }
p { color: rgb(60,249,153); }
H1.HeaderClassName
{
color: #3CF999;
}
.AnyTagClassName
{
color: #3CF999;
}
</style>
background-color css
<style>
a { background-color: #3CF999; }
a { background-color: rgb(60,249,153); }
div.DivClassName
{
background-color: #3CF999;
}
.BgClassName
{
background-color: #3CF999;
}
</style>
border-color css
<style>
span { border-color: #3CF999; }
span { border-color: rgb(60,249,153); }
td.TdClassName
{
border-color: #3CF999;
}
.TagClassName
{
border-color: #3CF999;
}
</style>