Shades of Shamrock #3FFAA5
Tints of Shamrock #3FFAA5
RGB
CMYK
RGB Variations
Color information
#3FFAA5 (or 0x3FFAA5) is known color: Shamrock. HEX triplet: 3F, FA and A5. RGB value is (63,250,165). Sum of RGB (Red+Green+Blue) = 63+250+165=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFAA5 is #C0055A. Grayscale: #B8B8B8. Windows color (decimal): -12584283 or 10877503. OLE color: 10877503.
HSL color Cylindrical-coordinate representation of color #3FFAA5: hue angle of 152.73º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAA5 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 165 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.02 |
| HSL | 152.73º | 0.95% | 0.61% | - |
| HSV(B) | 152.73º | 0.75% | 0.98% | - |
| XYZ | 43.03 | 72.14 | 47.25 | - |
| YUV | 184.4 | 117.05 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 165 | 0.75 | 0 | 0.34 | 0.02 | 152.73 | 0.95 | 0.61 |
| Hex | 3F | FA | A5 | 4B | 0 | 22 | 2 | 99 | 5F | 3D |
| Octal | 77 | 372 | 245 | 113 | 0 | 42 | 2 | 231 | 137 | 75 |
| Binary | 111111 | 11111010 | 10100101 | 1001011 | 0 | 100010 | 10 | 10011001 | 1011111 | 111101 |
Color Harmonies of #3FFAA5
Complementary color
Monochromatic Colors of #3FFAA5
Black with #3FFAA5
Text Example
Text Example
White with #3FFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAA5; }
p { color: rgb(63,250,165); }
H1.HeaderClassName
{
color: #3FFAA5;
}
.AnyTagClassName
{
color: #3FFAA5;
}
</style>
background-color css
<style>
a { background-color: #3FFAA5; }
a { background-color: rgb(63,250,165); }
div.DivClassName
{
background-color: #3FFAA5;
}
.BgClassName
{
background-color: #3FFAA5;
}
</style>
border-color css
<style>
span { border-color: #3FFAA5; }
span { border-color: rgb(63,250,165); }
td.TdClassName
{
border-color: #3FFAA5;
}
.TagClassName
{
border-color: #3FFAA5;
}
</style>