Shades of Shamrock #3CC28F
Tints of Shamrock #3CC28F
RGB
CMYK
RGB Variations
Color information
#3CC28F (or 0x3CC28F) is known color: Shamrock. HEX triplet: 3C, C2 and 8F. RGB value is (60,194,143). Sum of RGB (Red+Green+Blue) = 60+194+143=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC28F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC28F is #C33D70. Grayscale: #949494. Windows color (decimal): -12795249 or 9421372. OLE color: 9421372.
HSL color Cylindrical-coordinate representation of color #3CC28F: hue angle of 157.16º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC28F is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 143 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.24 |
| HSL | 157.16º | 0.53% | 0.5% | - |
| HSV(B) | 157.16º | 0.69% | 0.76% | - |
| XYZ | 26.11 | 41.53 | 32.63 | - |
| YUV | 148.12 | 125.11 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 143 | 0.69 | 0 | 0.26 | 0.24 | 157.16 | 0.53 | 0.5 |
| Hex | 3C | C2 | 8F | 45 | 0 | 1A | 18 | 9D | 35 | 32 |
| Octal | 74 | 302 | 217 | 105 | 0 | 32 | 30 | 235 | 65 | 62 |
| Binary | 111100 | 11000010 | 10001111 | 1000101 | 0 | 11010 | 11000 | 10011101 | 110101 | 110010 |
Color Harmonies of #3CC28F
Complementary color
Monochromatic Colors of #3CC28F
Black with #3CC28F
Text Example
Text Example
White with #3CC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC28F; }
p { color: rgb(60,194,143); }
H1.HeaderClassName
{
color: #3CC28F;
}
.AnyTagClassName
{
color: #3CC28F;
}
</style>
background-color css
<style>
a { background-color: #3CC28F; }
a { background-color: rgb(60,194,143); }
div.DivClassName
{
background-color: #3CC28F;
}
.BgClassName
{
background-color: #3CC28F;
}
</style>
border-color css
<style>
span { border-color: #3CC28F; }
span { border-color: rgb(60,194,143); }
td.TdClassName
{
border-color: #3CC28F;
}
.TagClassName
{
border-color: #3CC28F;
}
</style>