Shades of Shamrock #3FC98A
Tints of Shamrock #3FC98A
RGB
CMYK
RGB Variations
Color information
#3FC98A (or 0x3FC98A) is known color: Shamrock. HEX triplet: 3F, C9 and 8A. RGB value is (63,201,138). Sum of RGB (Red+Green+Blue) = 63+201+138=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC98A is #C03675. Grayscale: #989898. Windows color (decimal): -12596854 or 9095487. OLE color: 9095487.
HSL color Cylindrical-coordinate representation of color #3FC98A: hue angle of 152.61º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC98A is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 201 | 138 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.21 |
| HSL | 152.61º | 0.56% | 0.52% | - |
| HSV(B) | 152.61º | 0.69% | 0.79% | - |
| XYZ | 27.52 | 44.67 | 31.22 | - |
| YUV | 152.56 | 119.78 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 138 | 0.69 | 0 | 0.31 | 0.21 | 152.61 | 0.56 | 0.52 |
| Hex | 3F | C9 | 8A | 45 | 0 | 1F | 15 | 99 | 38 | 34 |
| Octal | 77 | 311 | 212 | 105 | 0 | 37 | 25 | 231 | 70 | 64 |
| Binary | 111111 | 11001001 | 10001010 | 1000101 | 0 | 11111 | 10101 | 10011001 | 111000 | 110100 |
Color Harmonies of #3FC98A
Complementary color
Monochromatic Colors of #3FC98A
Black with #3FC98A
Text Example
Text Example
White with #3FC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC98A; }
p { color: rgb(63,201,138); }
H1.HeaderClassName
{
color: #3FC98A;
}
.AnyTagClassName
{
color: #3FC98A;
}
</style>
background-color css
<style>
a { background-color: #3FC98A; }
a { background-color: rgb(63,201,138); }
div.DivClassName
{
background-color: #3FC98A;
}
.BgClassName
{
background-color: #3FC98A;
}
</style>
border-color css
<style>
span { border-color: #3FC98A; }
span { border-color: rgb(63,201,138); }
td.TdClassName
{
border-color: #3FC98A;
}
.TagClassName
{
border-color: #3FC98A;
}
</style>