Shades of Shamrock #3CF488
Tints of Shamrock #3CF488
RGB
CMYK
RGB Variations
Color information
#3CF488 (or 0x3CF488) is known color: Shamrock. HEX triplet: 3C, F4 and 88. RGB value is (60,244,136). Sum of RGB (Red+Green+Blue) = 60+244+136=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF488 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF488 is #C30B77. Grayscale: #B0B0B0. Windows color (decimal): -12782456 or 8975420. OLE color: 8975420.
HSL color Cylindrical-coordinate representation of color #3CF488: hue angle of 144.78º 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 #3CF488 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 136 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.04 |
| HSL | 144.78º | 0.89% | 0.6% | - |
| HSV(B) | 144.78º | 0.75% | 0.96% | - |
| XYZ | 38.66 | 67.44 | 34.27 | - |
| YUV | 176.67 | 105.04 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 136 | 0.75 | 0 | 0.44 | 0.04 | 144.78 | 0.89 | 0.6 |
| Hex | 3C | F4 | 88 | 4B | 0 | 2C | 4 | 91 | 59 | 3C |
| Octal | 74 | 364 | 210 | 113 | 0 | 54 | 4 | 221 | 131 | 74 |
| Binary | 111100 | 11110100 | 10001000 | 1001011 | 0 | 101100 | 100 | 10010001 | 1011001 | 111100 |
Color Harmonies of #3CF488
Complementary color
Monochromatic Colors of #3CF488
Black with #3CF488
Text Example
Text Example
White with #3CF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF488; }
p { color: rgb(60,244,136); }
H1.HeaderClassName
{
color: #3CF488;
}
.AnyTagClassName
{
color: #3CF488;
}
</style>
background-color css
<style>
a { background-color: #3CF488; }
a { background-color: rgb(60,244,136); }
div.DivClassName
{
background-color: #3CF488;
}
.BgClassName
{
background-color: #3CF488;
}
</style>
border-color css
<style>
span { border-color: #3CF488; }
span { border-color: rgb(60,244,136); }
td.TdClassName
{
border-color: #3CF488;
}
.TagClassName
{
border-color: #3CF488;
}
</style>