Shades of Shamrock #3FDB8B
Tints of Shamrock #3FDB8B
RGB
CMYK
RGB Variations
Color information
#3FDB8B (or 0x3FDB8B) is known color: Shamrock. HEX triplet: 3F, DB and 8B. RGB value is (63,219,139). Sum of RGB (Red+Green+Blue) = 63+219+139=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDB8B is #C02474. Grayscale: #A3A3A3. Windows color (decimal): -12592245 or 9165631. OLE color: 9165631.
HSL color Cylindrical-coordinate representation of color #3FDB8B: hue angle of 149.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDB8B is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 139 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.14 |
| HSL | 149.23º | 0.68% | 0.55% | - |
| HSV(B) | 149.23º | 0.71% | 0.86% | - |
| XYZ | 32.04 | 53.58 | 33.08 | - |
| YUV | 163.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 139 | 0.71 | 0 | 0.37 | 0.14 | 149.23 | 0.68 | 0.55 |
| Hex | 3F | DB | 8B | 47 | 0 | 25 | E | 95 | 44 | 37 |
| Octal | 77 | 333 | 213 | 107 | 0 | 45 | 16 | 225 | 104 | 67 |
| Binary | 111111 | 11011011 | 10001011 | 1000111 | 0 | 100101 | 1110 | 10010101 | 1000100 | 110111 |
Color Harmonies of #3FDB8B
Complementary color
Monochromatic Colors of #3FDB8B
Black with #3FDB8B
Text Example
Text Example
White with #3FDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB8B; }
p { color: rgb(63,219,139); }
H1.HeaderClassName
{
color: #3FDB8B;
}
.AnyTagClassName
{
color: #3FDB8B;
}
</style>
background-color css
<style>
a { background-color: #3FDB8B; }
a { background-color: rgb(63,219,139); }
div.DivClassName
{
background-color: #3FDB8B;
}
.BgClassName
{
background-color: #3FDB8B;
}
</style>
border-color css
<style>
span { border-color: #3FDB8B; }
span { border-color: rgb(63,219,139); }
td.TdClassName
{
border-color: #3FDB8B;
}
.TagClassName
{
border-color: #3FDB8B;
}
</style>