Shades of Shamrock #3FF28D
Tints of Shamrock #3FF28D
RGB
CMYK
RGB Variations
Color information
#3FF28D (or 0x3FF28D) is known color: Shamrock. HEX triplet: 3F, F2 and 8D. RGB value is (63,242,141). Sum of RGB (Red+Green+Blue) = 63+242+141=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF28D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF28D is #C00D72. Grayscale: #B1B1B1. Windows color (decimal): -12586355 or 9302591. OLE color: 9302591.
HSL color Cylindrical-coordinate representation of color #3FF28D: hue angle of 146.15º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF28D is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 141 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.05 |
| HSL | 146.15º | 0.87% | 0.6% | - |
| HSV(B) | 146.15º | 0.74% | 0.95% | - |
| XYZ | 38.61 | 66.48 | 36 | - |
| YUV | 176.97 | 107.7 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 141 | 0.74 | 0 | 0.42 | 0.05 | 146.15 | 0.87 | 0.6 |
| Hex | 3F | F2 | 8D | 4A | 0 | 2A | 5 | 92 | 57 | 3C |
| Octal | 77 | 362 | 215 | 112 | 0 | 52 | 5 | 222 | 127 | 74 |
| Binary | 111111 | 11110010 | 10001101 | 1001010 | 0 | 101010 | 101 | 10010010 | 1010111 | 111100 |
Color Harmonies of #3FF28D
Complementary color
Monochromatic Colors of #3FF28D
Black with #3FF28D
Text Example
Text Example
White with #3FF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF28D; }
p { color: rgb(63,242,141); }
H1.HeaderClassName
{
color: #3FF28D;
}
.AnyTagClassName
{
color: #3FF28D;
}
</style>
background-color css
<style>
a { background-color: #3FF28D; }
a { background-color: rgb(63,242,141); }
div.DivClassName
{
background-color: #3FF28D;
}
.BgClassName
{
background-color: #3FF28D;
}
</style>
border-color css
<style>
span { border-color: #3FF28D; }
span { border-color: rgb(63,242,141); }
td.TdClassName
{
border-color: #3FF28D;
}
.TagClassName
{
border-color: #3FF28D;
}
</style>