Shades of Shamrock #3FCC90
Tints of Shamrock #3FCC90
RGB
CMYK
RGB Variations
Color information
#3FCC90 (or 0x3FCC90) is known color: Shamrock. HEX triplet: 3F, CC and 90. RGB value is (63,204,144). Sum of RGB (Red+Green+Blue) = 63+204+144=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCC90 is #C0336F. Grayscale: #9B9B9B. Windows color (decimal): -12596080 or 9489471. OLE color: 9489471.
HSL color Cylindrical-coordinate representation of color #3FCC90: hue angle of 154.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCC90 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 144 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.2 |
| HSL | 154.47º | 0.58% | 0.52% | - |
| HSV(B) | 154.47º | 0.69% | 0.8% | - |
| XYZ | 28.68 | 46.26 | 33.8 | - |
| YUV | 155 | 121.79 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 144 | 0.69 | 0 | 0.29 | 0.2 | 154.47 | 0.58 | 0.52 |
| Hex | 3F | CC | 90 | 45 | 0 | 1D | 14 | 9A | 3A | 34 |
| Octal | 77 | 314 | 220 | 105 | 0 | 35 | 24 | 232 | 72 | 64 |
| Binary | 111111 | 11001100 | 10010000 | 1000101 | 0 | 11101 | 10100 | 10011010 | 111010 | 110100 |
Color Harmonies of #3FCC90
Complementary color
Monochromatic Colors of #3FCC90
Black with #3FCC90
Text Example
Text Example
White with #3FCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC90; }
p { color: rgb(63,204,144); }
H1.HeaderClassName
{
color: #3FCC90;
}
.AnyTagClassName
{
color: #3FCC90;
}
</style>
background-color css
<style>
a { background-color: #3FCC90; }
a { background-color: rgb(63,204,144); }
div.DivClassName
{
background-color: #3FCC90;
}
.BgClassName
{
background-color: #3FCC90;
}
</style>
border-color css
<style>
span { border-color: #3FCC90; }
span { border-color: rgb(63,204,144); }
td.TdClassName
{
border-color: #3FCC90;
}
.TagClassName
{
border-color: #3FCC90;
}
</style>