Shades of Shamrock #3CCF93
Tints of Shamrock #3CCF93
RGB
CMYK
RGB Variations
Color information
#3CCF93 (or 0x3CCF93) is known color: Shamrock. HEX triplet: 3C, CF and 93. RGB value is (60,207,147). Sum of RGB (Red+Green+Blue) = 60+207+147=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCF93 is #C3306C. Grayscale: #9C9C9C. Windows color (decimal): -12791917 or 9686844. OLE color: 9686844.
HSL color Cylindrical-coordinate representation of color #3CCF93: hue angle of 155.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCF93 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 147 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.19 |
| HSL | 155.51º | 0.6% | 0.52% | - |
| HSV(B) | 155.51º | 0.71% | 0.81% | - |
| XYZ | 29.44 | 47.69 | 35.26 | - |
| YUV | 156.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 147 | 0.71 | 0 | 0.29 | 0.19 | 155.51 | 0.6 | 0.52 |
| Hex | 3C | CF | 93 | 47 | 0 | 1D | 13 | 9C | 3C | 34 |
| Octal | 74 | 317 | 223 | 107 | 0 | 35 | 23 | 234 | 74 | 64 |
| Binary | 111100 | 11001111 | 10010011 | 1000111 | 0 | 11101 | 10011 | 10011100 | 111100 | 110100 |
Color Harmonies of #3CCF93
Complementary color
Monochromatic Colors of #3CCF93
Black with #3CCF93
Text Example
Text Example
White with #3CCF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF93; }
p { color: rgb(60,207,147); }
H1.HeaderClassName
{
color: #3CCF93;
}
.AnyTagClassName
{
color: #3CCF93;
}
</style>
background-color css
<style>
a { background-color: #3CCF93; }
a { background-color: rgb(60,207,147); }
div.DivClassName
{
background-color: #3CCF93;
}
.BgClassName
{
background-color: #3CCF93;
}
</style>
border-color css
<style>
span { border-color: #3CCF93; }
span { border-color: rgb(60,207,147); }
td.TdClassName
{
border-color: #3CCF93;
}
.TagClassName
{
border-color: #3CCF93;
}
</style>