Shades of Shamrock #3FC88A
Tints of Shamrock #3FC88A
RGB
CMYK
RGB Variations
Color information
#3FC88A (or 0x3FC88A) is known color: Shamrock. HEX triplet: 3F, C8 and 8A. RGB value is (63,200,138). Sum of RGB (Red+Green+Blue) = 63+200+138=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #3FC88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC88A is #C03775. Grayscale: #989898. Windows color (decimal): -12597110 or 9095231. OLE color: 9095231.
HSL color Cylindrical-coordinate representation of color #3FC88A: hue angle of 152.85º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC88A is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 200 | 138 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.22 |
| HSL | 152.85º | 0.55% | 0.52% | - |
| HSV(B) | 152.85º | 0.69% | 0.78% | - |
| XYZ | 27.29 | 44.2 | 31.14 | - |
| YUV | 151.97 | 120.11 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 200 | 138 | 0.68 | 0 | 0.31 | 0.22 | 152.85 | 0.55 | 0.52 |
| Hex | 3F | C8 | 8A | 44 | 0 | 1F | 16 | 99 | 37 | 34 |
| Octal | 77 | 310 | 212 | 104 | 0 | 37 | 26 | 231 | 67 | 64 |
| Binary | 111111 | 11001000 | 10001010 | 1000100 | 0 | 11111 | 10110 | 10011001 | 110111 | 110100 |
Color Harmonies of #3FC88A
Complementary color
Monochromatic Colors of #3FC88A
Black with #3FC88A
Text Example
Text Example
White with #3FC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC88A; }
p { color: rgb(63,200,138); }
H1.HeaderClassName
{
color: #3FC88A;
}
.AnyTagClassName
{
color: #3FC88A;
}
</style>
background-color css
<style>
a { background-color: #3FC88A; }
a { background-color: rgb(63,200,138); }
div.DivClassName
{
background-color: #3FC88A;
}
.BgClassName
{
background-color: #3FC88A;
}
</style>
border-color css
<style>
span { border-color: #3FC88A; }
span { border-color: rgb(63,200,138); }
td.TdClassName
{
border-color: #3FC88A;
}
.TagClassName
{
border-color: #3FC88A;
}
</style>