Shades of Shamrock #3FC18C
Tints of Shamrock #3FC18C
RGB
CMYK
RGB Variations
Color information
#3FC18C (or 0x3FC18C) is known color: Shamrock. HEX triplet: 3F, C1 and 8C. RGB value is (63,193,140). Sum of RGB (Red+Green+Blue) = 63+193+140=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC18C is #C03E73. Grayscale: #949494. Windows color (decimal): -12598900 or 9224511. OLE color: 9224511.
HSL color Cylindrical-coordinate representation of color #3FC18C: hue angle of 155.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC18C is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 140 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.24 |
| HSL | 155.54º | 0.51% | 0.5% | - |
| HSV(B) | 155.54º | 0.67% | 0.76% | - |
| XYZ | 25.85 | 41.09 | 31.38 | - |
| YUV | 148.09 | 123.43 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 140 | 0.67 | 0 | 0.27 | 0.24 | 155.54 | 0.51 | 0.5 |
| Hex | 3F | C1 | 8C | 43 | 0 | 1B | 18 | 9C | 33 | 32 |
| Octal | 77 | 301 | 214 | 103 | 0 | 33 | 30 | 234 | 63 | 62 |
| Binary | 111111 | 11000001 | 10001100 | 1000011 | 0 | 11011 | 11000 | 10011100 | 110011 | 110010 |
Color Harmonies of #3FC18C
Complementary color
Monochromatic Colors of #3FC18C
Black with #3FC18C
Text Example
Text Example
White with #3FC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC18C; }
p { color: rgb(63,193,140); }
H1.HeaderClassName
{
color: #3FC18C;
}
.AnyTagClassName
{
color: #3FC18C;
}
</style>
background-color css
<style>
a { background-color: #3FC18C; }
a { background-color: rgb(63,193,140); }
div.DivClassName
{
background-color: #3FC18C;
}
.BgClassName
{
background-color: #3FC18C;
}
</style>
border-color css
<style>
span { border-color: #3FC18C; }
span { border-color: rgb(63,193,140); }
td.TdClassName
{
border-color: #3FC18C;
}
.TagClassName
{
border-color: #3FC18C;
}
</style>