Shades of Shamrock #3FFD99
Tints of Shamrock #3FFD99
RGB
CMYK
RGB Variations
Color information
#3FFD99 (or 0x3FFD99) is known color: Shamrock. HEX triplet: 3F, FD and 99. RGB value is (63,253,153). Sum of RGB (Red+Green+Blue) = 63+253+153=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFD99 is #C00266. Grayscale: #B9B9B9. Windows color (decimal): -12583527 or 10091839. OLE color: 10091839.
HSL color Cylindrical-coordinate representation of color #3FFD99: hue angle of 148.42º degrees, saturation: 0.98, 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 #3FFD99 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 153 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.01 |
| HSL | 148.42º | 0.98% | 0.62% | - |
| HSV(B) | 148.42º | 0.75% | 0.99% | - |
| XYZ | 42.92 | 73.61 | 42.08 | - |
| YUV | 184.79 | 110.05 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 153 | 0.75 | 0 | 0.40 | 0.01 | 148.42 | 0.98 | 0.62 |
| Hex | 3F | FD | 99 | 4B | 0 | 28 | 1 | 94 | 62 | 3E |
| Octal | 77 | 375 | 231 | 113 | 0 | 50 | 1 | 224 | 142 | 76 |
| Binary | 111111 | 11111101 | 10011001 | 1001011 | 0 | 101000 | 1 | 10010100 | 1100010 | 111110 |
Color Harmonies of #3FFD99
Complementary color
Monochromatic Colors of #3FFD99
Black with #3FFD99
Text Example
Text Example
White with #3FFD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFD99; }
p { color: rgb(63,253,153); }
H1.HeaderClassName
{
color: #3FFD99;
}
.AnyTagClassName
{
color: #3FFD99;
}
</style>
background-color css
<style>
a { background-color: #3FFD99; }
a { background-color: rgb(63,253,153); }
div.DivClassName
{
background-color: #3FFD99;
}
.BgClassName
{
background-color: #3FFD99;
}
</style>
border-color css
<style>
span { border-color: #3FFD99; }
span { border-color: rgb(63,253,153); }
td.TdClassName
{
border-color: #3FFD99;
}
.TagClassName
{
border-color: #3FFD99;
}
</style>