Shades of Shamrock #3CFC88
Tints of Shamrock #3CFC88
RGB
CMYK
RGB Variations
Color information
#3CFC88 (or 0x3CFC88) is known color: Shamrock. HEX triplet: 3C, FC and 88. RGB value is (60,252,136). Sum of RGB (Red+Green+Blue) = 60+252+136=448 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.39% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC88 is #C30377. Grayscale: #B5B5B5. Windows color (decimal): -12780408 or 8977468. OLE color: 8977468.
HSL color Cylindrical-coordinate representation of color #3CFC88: hue angle of 143.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC88 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 136 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.01 |
| HSL | 143.75º | 0.97% | 0.61% | - |
| HSV(B) | 143.75º | 0.76% | 0.99% | - |
| XYZ | 41.12 | 72.36 | 35.09 | - |
| YUV | 181.37 | 102.39 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 136 | 0.76 | 0 | 0.46 | 0.01 | 143.75 | 0.97 | 0.61 |
| Hex | 3C | FC | 88 | 4C | 0 | 2E | 1 | 90 | 61 | 3D |
| Octal | 74 | 374 | 210 | 114 | 0 | 56 | 1 | 220 | 141 | 75 |
| Binary | 111100 | 11111100 | 10001000 | 1001100 | 0 | 101110 | 1 | 10010000 | 1100001 | 111101 |
Color Harmonies of #3CFC88
Complementary color
Monochromatic Colors of #3CFC88
Black with #3CFC88
Text Example
Text Example
White with #3CFC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC88; }
p { color: rgb(60,252,136); }
H1.HeaderClassName
{
color: #3CFC88;
}
.AnyTagClassName
{
color: #3CFC88;
}
</style>
background-color css
<style>
a { background-color: #3CFC88; }
a { background-color: rgb(60,252,136); }
div.DivClassName
{
background-color: #3CFC88;
}
.BgClassName
{
background-color: #3CFC88;
}
</style>
border-color css
<style>
span { border-color: #3CFC88; }
span { border-color: rgb(60,252,136); }
td.TdClassName
{
border-color: #3CFC88;
}
.TagClassName
{
border-color: #3CFC88;
}
</style>