Shades of Shamrock #3FDA95
Tints of Shamrock #3FDA95
RGB
CMYK
RGB Variations
Color information
#3FDA95 (or 0x3FDA95) is known color: Shamrock. HEX triplet: 3F, DA and 95. RGB value is (63,218,149). Sum of RGB (Red+Green+Blue) = 63+218+149=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDA95 is #C0256A. Grayscale: #A3A3A3. Windows color (decimal): -12592491 or 9820735. OLE color: 9820735.
HSL color Cylindrical-coordinate representation of color #3FDA95: hue angle of 153.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDA95 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 149 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.15 |
| HSL | 153.29º | 0.68% | 0.55% | - |
| HSV(B) | 153.29º | 0.71% | 0.85% | - |
| XYZ | 32.55 | 53.37 | 37.02 | - |
| YUV | 163.79 | 119.65 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 149 | 0.71 | 0 | 0.32 | 0.15 | 153.29 | 0.68 | 0.55 |
| Hex | 3F | DA | 95 | 47 | 0 | 20 | F | 99 | 44 | 37 |
| Octal | 77 | 332 | 225 | 107 | 0 | 40 | 17 | 231 | 104 | 67 |
| Binary | 111111 | 11011010 | 10010101 | 1000111 | 0 | 100000 | 1111 | 10011001 | 1000100 | 110111 |
Color Harmonies of #3FDA95
Complementary color
Monochromatic Colors of #3FDA95
Black with #3FDA95
Text Example
Text Example
White with #3FDA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA95; }
p { color: rgb(63,218,149); }
H1.HeaderClassName
{
color: #3FDA95;
}
.AnyTagClassName
{
color: #3FDA95;
}
</style>
background-color css
<style>
a { background-color: #3FDA95; }
a { background-color: rgb(63,218,149); }
div.DivClassName
{
background-color: #3FDA95;
}
.BgClassName
{
background-color: #3FDA95;
}
</style>
border-color css
<style>
span { border-color: #3FDA95; }
span { border-color: rgb(63,218,149); }
td.TdClassName
{
border-color: #3FDA95;
}
.TagClassName
{
border-color: #3FDA95;
}
</style>