Shades of Shamrock #3FD295
Tints of Shamrock #3FD295
RGB
CMYK
RGB Variations
Color information
#3FD295 (or 0x3FD295) is known color: Shamrock. HEX triplet: 3F, D2 and 95. RGB value is (63,210,149). Sum of RGB (Red+Green+Blue) = 63+210+149=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD295 is #C02D6A. Grayscale: #9F9F9F. Windows color (decimal): -12594539 or 9818687. OLE color: 9818687.
HSL color Cylindrical-coordinate representation of color #3FD295: hue angle of 155.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD295 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 149 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.18 |
| HSL | 155.1º | 0.62% | 0.54% | - |
| HSV(B) | 155.1º | 0.7% | 0.82% | - |
| XYZ | 30.52 | 49.32 | 36.34 | - |
| YUV | 159.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 149 | 0.70 | 0 | 0.29 | 0.18 | 155.1 | 0.62 | 0.54 |
| Hex | 3F | D2 | 95 | 46 | 0 | 1D | 12 | 9B | 3E | 36 |
| Octal | 77 | 322 | 225 | 106 | 0 | 35 | 22 | 233 | 76 | 66 |
| Binary | 111111 | 11010010 | 10010101 | 1000110 | 0 | 11101 | 10010 | 10011011 | 111110 | 110110 |
Color Harmonies of #3FD295
Complementary color
Monochromatic Colors of #3FD295
Black with #3FD295
Text Example
Text Example
White with #3FD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD295; }
p { color: rgb(63,210,149); }
H1.HeaderClassName
{
color: #3FD295;
}
.AnyTagClassName
{
color: #3FD295;
}
</style>
background-color css
<style>
a { background-color: #3FD295; }
a { background-color: rgb(63,210,149); }
div.DivClassName
{
background-color: #3FD295;
}
.BgClassName
{
background-color: #3FD295;
}
</style>
border-color css
<style>
span { border-color: #3FD295; }
span { border-color: rgb(63,210,149); }
td.TdClassName
{
border-color: #3FD295;
}
.TagClassName
{
border-color: #3FD295;
}
</style>