Shades of Shamrock #3FFBA5
Tints of Shamrock #3FFBA5
RGB
CMYK
RGB Variations
Color information
#3FFBA5 (or 0x3FFBA5) is known color: Shamrock. HEX triplet: 3F, FB and A5. RGB value is (63,251,165). Sum of RGB (Red+Green+Blue) = 63+251+165=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFBA5 is #C0045A. Grayscale: #B9B9B9. Windows color (decimal): -12584027 or 10877759. OLE color: 10877759.
HSL color Cylindrical-coordinate representation of color #3FFBA5: hue angle of 152.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBA5 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 165 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.02 |
| HSL | 152.55º | 0.96% | 0.62% | - |
| HSV(B) | 152.55º | 0.75% | 0.98% | - |
| XYZ | 43.34 | 72.77 | 47.36 | - |
| YUV | 184.98 | 116.72 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 165 | 0.75 | 0 | 0.34 | 0.02 | 152.55 | 0.96 | 0.62 |
| Hex | 3F | FB | A5 | 4B | 0 | 22 | 2 | 99 | 60 | 3E |
| Octal | 77 | 373 | 245 | 113 | 0 | 42 | 2 | 231 | 140 | 76 |
| Binary | 111111 | 11111011 | 10100101 | 1001011 | 0 | 100010 | 10 | 10011001 | 1100000 | 111110 |
Color Harmonies of #3FFBA5
Complementary color
Monochromatic Colors of #3FFBA5
Black with #3FFBA5
Text Example
Text Example
White with #3FFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBA5; }
p { color: rgb(63,251,165); }
H1.HeaderClassName
{
color: #3FFBA5;
}
.AnyTagClassName
{
color: #3FFBA5;
}
</style>
background-color css
<style>
a { background-color: #3FFBA5; }
a { background-color: rgb(63,251,165); }
div.DivClassName
{
background-color: #3FFBA5;
}
.BgClassName
{
background-color: #3FFBA5;
}
</style>
border-color css
<style>
span { border-color: #3FFBA5; }
span { border-color: rgb(63,251,165); }
td.TdClassName
{
border-color: #3FFBA5;
}
.TagClassName
{
border-color: #3FFBA5;
}
</style>