Shades of Shamrock #3FF5AD
Tints of Shamrock #3FF5AD
RGB
CMYK
RGB Variations
Color information
#3FF5AD (or 0x3FF5AD) is known color: Shamrock. HEX triplet: 3F, F5 and AD. RGB value is (63,245,173). Sum of RGB (Red+Green+Blue) = 63+245+173=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF5AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF5AD is #C00A52. Grayscale: #B6B6B6. Windows color (decimal): -12585555 or 11400511. OLE color: 11400511.
HSL color Cylindrical-coordinate representation of color #3FF5AD: hue angle of 156.26º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF5AD is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 173 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.04 |
| HSL | 156.26º | 0.9% | 0.6% | - |
| HSV(B) | 156.26º | 0.74% | 0.96% | - |
| XYZ | 42.25 | 69.38 | 50.7 | - |
| YUV | 182.37 | 122.7 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 173 | 0.74 | 0 | 0.29 | 0.04 | 156.26 | 0.9 | 0.6 |
| Hex | 3F | F5 | AD | 4A | 0 | 1D | 4 | 9C | 5A | 3C |
| Octal | 77 | 365 | 255 | 112 | 0 | 35 | 4 | 234 | 132 | 74 |
| Binary | 111111 | 11110101 | 10101101 | 1001010 | 0 | 11101 | 100 | 10011100 | 1011010 | 111100 |
Color Harmonies of #3FF5AD
Complementary color
Monochromatic Colors of #3FF5AD
Black with #3FF5AD
Text Example
Text Example
White with #3FF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF5AD; }
p { color: rgb(63,245,173); }
H1.HeaderClassName
{
color: #3FF5AD;
}
.AnyTagClassName
{
color: #3FF5AD;
}
</style>
background-color css
<style>
a { background-color: #3FF5AD; }
a { background-color: rgb(63,245,173); }
div.DivClassName
{
background-color: #3FF5AD;
}
.BgClassName
{
background-color: #3FF5AD;
}
</style>
border-color css
<style>
span { border-color: #3FF5AD; }
span { border-color: rgb(63,245,173); }
td.TdClassName
{
border-color: #3FF5AD;
}
.TagClassName
{
border-color: #3FF5AD;
}
</style>