Shades of Shamrock #3FC38A
Tints of Shamrock #3FC38A
RGB
CMYK
RGB Variations
Color information
#3FC38A (or 0x3FC38A) is known color: Shamrock. HEX triplet: 3F, C3 and 8A. RGB value is (63,195,138). Sum of RGB (Red+Green+Blue) = 63+195+138=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC38A is #C03C75. Grayscale: #959595. Windows color (decimal): -12598390 or 9093951. OLE color: 9093951.
HSL color Cylindrical-coordinate representation of color #3FC38A: hue angle of 154.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC38A is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 138 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.24 |
| HSL | 154.09º | 0.52% | 0.51% | - |
| HSV(B) | 154.09º | 0.68% | 0.76% | - |
| XYZ | 26.15 | 41.92 | 30.76 | - |
| YUV | 149.03 | 121.77 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 138 | 0.68 | 0 | 0.29 | 0.24 | 154.09 | 0.52 | 0.51 |
| Hex | 3F | C3 | 8A | 44 | 0 | 1D | 18 | 9A | 34 | 33 |
| Octal | 77 | 303 | 212 | 104 | 0 | 35 | 30 | 232 | 64 | 63 |
| Binary | 111111 | 11000011 | 10001010 | 1000100 | 0 | 11101 | 11000 | 10011010 | 110100 | 110011 |
Color Harmonies of #3FC38A
Complementary color
Monochromatic Colors of #3FC38A
Black with #3FC38A
Text Example
Text Example
White with #3FC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC38A; }
p { color: rgb(63,195,138); }
H1.HeaderClassName
{
color: #3FC38A;
}
.AnyTagClassName
{
color: #3FC38A;
}
</style>
background-color css
<style>
a { background-color: #3FC38A; }
a { background-color: rgb(63,195,138); }
div.DivClassName
{
background-color: #3FC38A;
}
.BgClassName
{
background-color: #3FC38A;
}
</style>
border-color css
<style>
span { border-color: #3FC38A; }
span { border-color: rgb(63,195,138); }
td.TdClassName
{
border-color: #3FC38A;
}
.TagClassName
{
border-color: #3FC38A;
}
</style>