Shades of Shamrock #3FE28D
Tints of Shamrock #3FE28D
RGB
CMYK
RGB Variations
Color information
#3FE28D (or 0x3FE28D) is known color: Shamrock. HEX triplet: 3F, E2 and 8D. RGB value is (63,226,141). Sum of RGB (Red+Green+Blue) = 63+226+141=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE28D is #C01D72. Grayscale: #A7A7A7. Windows color (decimal): -12590451 or 9298495. OLE color: 9298495.
HSL color Cylindrical-coordinate representation of color #3FE28D: hue angle of 148.71º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE28D is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 141 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.11 |
| HSL | 148.71º | 0.74% | 0.57% | - |
| HSV(B) | 148.71º | 0.72% | 0.89% | - |
| XYZ | 34.05 | 57.37 | 34.48 | - |
| YUV | 167.57 | 113 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 141 | 0.72 | 0 | 0.38 | 0.11 | 148.71 | 0.74 | 0.57 |
| Hex | 3F | E2 | 8D | 48 | 0 | 26 | B | 95 | 4A | 39 |
| Octal | 77 | 342 | 215 | 110 | 0 | 46 | 13 | 225 | 112 | 71 |
| Binary | 111111 | 11100010 | 10001101 | 1001000 | 0 | 100110 | 1011 | 10010101 | 1001010 | 111001 |
Color Harmonies of #3FE28D
Complementary color
Monochromatic Colors of #3FE28D
Black with #3FE28D
Text Example
Text Example
White with #3FE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE28D; }
p { color: rgb(63,226,141); }
H1.HeaderClassName
{
color: #3FE28D;
}
.AnyTagClassName
{
color: #3FE28D;
}
</style>
background-color css
<style>
a { background-color: #3FE28D; }
a { background-color: rgb(63,226,141); }
div.DivClassName
{
background-color: #3FE28D;
}
.BgClassName
{
background-color: #3FE28D;
}
</style>
border-color css
<style>
span { border-color: #3FE28D; }
span { border-color: rgb(63,226,141); }
td.TdClassName
{
border-color: #3FE28D;
}
.TagClassName
{
border-color: #3FE28D;
}
</style>