Shades of Shamrock #3FED88
Tints of Shamrock #3FED88
RGB
CMYK
RGB Variations
Color information
#3FED88 (or 0x3FED88) is known color: Shamrock. HEX triplet: 3F, ED and 88. RGB value is (63,237,136). Sum of RGB (Red+Green+Blue) = 63+237+136=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 237 (92.97% from 255 or 54.36% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FED88 is #C01277. Grayscale: #ADADAD. Windows color (decimal): -12587640 or 8973631. OLE color: 8973631.
HSL color Cylindrical-coordinate representation of color #3FED88: hue angle of 145.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FED88 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 136 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.07 |
| HSL | 145.17º | 0.83% | 0.59% | - |
| HSV(B) | 145.17º | 0.73% | 0.93% | - |
| XYZ | 36.78 | 63.4 | 33.59 | - |
| YUV | 173.46 | 106.85 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 136 | 0.73 | 0 | 0.43 | 0.07 | 145.17 | 0.83 | 0.59 |
| Hex | 3F | ED | 88 | 49 | 0 | 2B | 7 | 91 | 53 | 3B |
| Octal | 77 | 355 | 210 | 111 | 0 | 53 | 7 | 221 | 123 | 73 |
| Binary | 111111 | 11101101 | 10001000 | 1001001 | 0 | 101011 | 111 | 10010001 | 1010011 | 111011 |
Color Harmonies of #3FED88
Complementary color
Monochromatic Colors of #3FED88
Black with #3FED88
Text Example
Text Example
White with #3FED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED88; }
p { color: rgb(63,237,136); }
H1.HeaderClassName
{
color: #3FED88;
}
.AnyTagClassName
{
color: #3FED88;
}
</style>
background-color css
<style>
a { background-color: #3FED88; }
a { background-color: rgb(63,237,136); }
div.DivClassName
{
background-color: #3FED88;
}
.BgClassName
{
background-color: #3FED88;
}
</style>
border-color css
<style>
span { border-color: #3FED88; }
span { border-color: rgb(63,237,136); }
td.TdClassName
{
border-color: #3FED88;
}
.TagClassName
{
border-color: #3FED88;
}
</style>