Shades of Shamrock #3FFCA8
Tints of Shamrock #3FFCA8
RGB
CMYK
RGB Variations
Color information
#3FFCA8 (or 0x3FFCA8) is known color: Shamrock. HEX triplet: 3F, FC and A8. RGB value is (63,252,168). Sum of RGB (Red+Green+Blue) = 63+252+168=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFCA8 is #C00357. Grayscale: #BABABA. Windows color (decimal): -12583768 or 11074623. OLE color: 11074623.
HSL color Cylindrical-coordinate representation of color #3FFCA8: hue angle of 153.33º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCA8 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 168 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.01 |
| HSL | 153.33º | 0.97% | 0.62% | - |
| HSV(B) | 153.33º | 0.75% | 0.99% | - |
| XYZ | 43.93 | 73.5 | 48.92 | - |
| YUV | 185.91 | 117.88 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 168 | 0.75 | 0 | 0.33 | 0.01 | 153.33 | 0.97 | 0.62 |
| Hex | 3F | FC | A8 | 4B | 0 | 21 | 1 | 99 | 61 | 3E |
| Octal | 77 | 374 | 250 | 113 | 0 | 41 | 1 | 231 | 141 | 76 |
| Binary | 111111 | 11111100 | 10101000 | 1001011 | 0 | 100001 | 1 | 10011001 | 1100001 | 111110 |
Color Harmonies of #3FFCA8
Complementary color
Monochromatic Colors of #3FFCA8
Black with #3FFCA8
Text Example
Text Example
White with #3FFCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCA8; }
p { color: rgb(63,252,168); }
H1.HeaderClassName
{
color: #3FFCA8;
}
.AnyTagClassName
{
color: #3FFCA8;
}
</style>
background-color css
<style>
a { background-color: #3FFCA8; }
a { background-color: rgb(63,252,168); }
div.DivClassName
{
background-color: #3FFCA8;
}
.BgClassName
{
background-color: #3FFCA8;
}
</style>
border-color css
<style>
span { border-color: #3FFCA8; }
span { border-color: rgb(63,252,168); }
td.TdClassName
{
border-color: #3FFCA8;
}
.TagClassName
{
border-color: #3FFCA8;
}
</style>