Shades of Shamrock #3FFBA4
Tints of Shamrock #3FFBA4
RGB
CMYK
RGB Variations
Color information
#3FFBA4 (or 0x3FFBA4) is known color: Shamrock. HEX triplet: 3F, FB and A4. RGB value is (63,251,164). Sum of RGB (Red+Green+Blue) = 63+251+164=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFBA4 is #C0045B. Grayscale: #B9B9B9. Windows color (decimal): -12584028 or 10812223. OLE color: 10812223.
HSL color Cylindrical-coordinate representation of color #3FFBA4: hue angle of 152.23º 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 #3FFBA4 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 164 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.02 |
| HSL | 152.23º | 0.96% | 0.62% | - |
| HSV(B) | 152.23º | 0.75% | 0.98% | - |
| XYZ | 43.25 | 72.73 | 46.88 | - |
| YUV | 184.87 | 116.22 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 164 | 0.75 | 0 | 0.35 | 0.02 | 152.23 | 0.96 | 0.62 |
| Hex | 3F | FB | A4 | 4B | 0 | 23 | 2 | 98 | 60 | 3E |
| Octal | 77 | 373 | 244 | 113 | 0 | 43 | 2 | 230 | 140 | 76 |
| Binary | 111111 | 11111011 | 10100100 | 1001011 | 0 | 100011 | 10 | 10011000 | 1100000 | 111110 |
Color Harmonies of #3FFBA4
Complementary color
Monochromatic Colors of #3FFBA4
Black with #3FFBA4
Text Example
Text Example
White with #3FFBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBA4; }
p { color: rgb(63,251,164); }
H1.HeaderClassName
{
color: #3FFBA4;
}
.AnyTagClassName
{
color: #3FFBA4;
}
</style>
background-color css
<style>
a { background-color: #3FFBA4; }
a { background-color: rgb(63,251,164); }
div.DivClassName
{
background-color: #3FFBA4;
}
.BgClassName
{
background-color: #3FFBA4;
}
</style>
border-color css
<style>
span { border-color: #3FFBA4; }
span { border-color: rgb(63,251,164); }
td.TdClassName
{
border-color: #3FFBA4;
}
.TagClassName
{
border-color: #3FFBA4;
}
</style>