Shades of Shamrock #3FDF92
Tints of Shamrock #3FDF92
RGB
CMYK
RGB Variations
Color information
#3FDF92 (or 0x3FDF92) is known color: Shamrock. HEX triplet: 3F, DF and 92. RGB value is (63,223,146). Sum of RGB (Red+Green+Blue) = 63+223+146=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDF92 is #C0206D. Grayscale: #A6A6A6. Windows color (decimal): -12591214 or 9625407. OLE color: 9625407.
HSL color Cylindrical-coordinate representation of color #3FDF92: hue angle of 151.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDF92 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 146 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.13 |
| HSL | 151.13º | 0.71% | 0.56% | - |
| HSV(B) | 151.13º | 0.72% | 0.87% | - |
| XYZ | 33.63 | 55.91 | 36.21 | - |
| YUV | 166.38 | 116.49 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 146 | 0.72 | 0 | 0.35 | 0.13 | 151.13 | 0.71 | 0.56 |
| Hex | 3F | DF | 92 | 48 | 0 | 23 | D | 97 | 47 | 38 |
| Octal | 77 | 337 | 222 | 110 | 0 | 43 | 15 | 227 | 107 | 70 |
| Binary | 111111 | 11011111 | 10010010 | 1001000 | 0 | 100011 | 1101 | 10010111 | 1000111 | 111000 |
Color Harmonies of #3FDF92
Complementary color
Monochromatic Colors of #3FDF92
Black with #3FDF92
Text Example
Text Example
White with #3FDF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF92; }
p { color: rgb(63,223,146); }
H1.HeaderClassName
{
color: #3FDF92;
}
.AnyTagClassName
{
color: #3FDF92;
}
</style>
background-color css
<style>
a { background-color: #3FDF92; }
a { background-color: rgb(63,223,146); }
div.DivClassName
{
background-color: #3FDF92;
}
.BgClassName
{
background-color: #3FDF92;
}
</style>
border-color css
<style>
span { border-color: #3FDF92; }
span { border-color: rgb(63,223,146); }
td.TdClassName
{
border-color: #3FDF92;
}
.TagClassName
{
border-color: #3FDF92;
}
</style>