Shades of Shamrock #3FDB9A
Tints of Shamrock #3FDB9A
RGB
CMYK
RGB Variations
Color information
#3FDB9A (or 0x3FDB9A) is known color: Shamrock. HEX triplet: 3F, DB and 9A. RGB value is (63,219,154). Sum of RGB (Red+Green+Blue) = 63+219+154=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDB9A is #C02465. Grayscale: #A5A5A5. Windows color (decimal): -12592230 or 10148671. OLE color: 10148671.
HSL color Cylindrical-coordinate representation of color #3FDB9A: hue angle of 155º 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 #3FDB9A is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 154 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.14 |
| HSL | 155º | 0.68% | 0.55% | - |
| HSV(B) | 155º | 0.71% | 0.86% | - |
| XYZ | 33.21 | 54.05 | 39.25 | - |
| YUV | 164.95 | 121.82 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 154 | 0.71 | 0 | 0.30 | 0.14 | 155 | 0.68 | 0.55 |
| Hex | 3F | DB | 9A | 47 | 0 | 1E | E | 9B | 44 | 37 |
| Octal | 77 | 333 | 232 | 107 | 0 | 36 | 16 | 233 | 104 | 67 |
| Binary | 111111 | 11011011 | 10011010 | 1000111 | 0 | 11110 | 1110 | 10011011 | 1000100 | 110111 |
Color Harmonies of #3FDB9A
Complementary color
Monochromatic Colors of #3FDB9A
Black with #3FDB9A
Text Example
Text Example
White with #3FDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB9A; }
p { color: rgb(63,219,154); }
H1.HeaderClassName
{
color: #3FDB9A;
}
.AnyTagClassName
{
color: #3FDB9A;
}
</style>
background-color css
<style>
a { background-color: #3FDB9A; }
a { background-color: rgb(63,219,154); }
div.DivClassName
{
background-color: #3FDB9A;
}
.BgClassName
{
background-color: #3FDB9A;
}
</style>
border-color css
<style>
span { border-color: #3FDB9A; }
span { border-color: rgb(63,219,154); }
td.TdClassName
{
border-color: #3FDB9A;
}
.TagClassName
{
border-color: #3FDB9A;
}
</style>