Shades of Shamrock #3FFE8A
Tints of Shamrock #3FFE8A
RGB
CMYK
RGB Variations
Color information
#3FFE8A (or 0x3FFE8A) is known color: Shamrock. HEX triplet: 3F, FE and 8A. RGB value is (63,254,138). Sum of RGB (Red+Green+Blue) = 63+254+138=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFE8A is #C00175. Grayscale: #B7B7B7. Windows color (decimal): -12583286 or 9109055. OLE color: 9109055.
HSL color Cylindrical-coordinate representation of color #3FFE8A: hue angle of 143.56º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFE8A is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 138 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.00 |
| HSL | 143.56º | 0.99% | 0.62% | - |
| HSV(B) | 143.56º | 0.75% | 1% | - |
| XYZ | 42.08 | 73.78 | 36.07 | - |
| YUV | 183.67 | 102.22 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 138 | 0.75 | 0 | 0.46 | 0.00 | 143.56 | 0.99 | 0.62 |
| Hex | 3F | FE | 8A | 4B | 0 | 2E | 0 | 90 | 63 | 3E |
| Octal | 77 | 376 | 212 | 113 | 0 | 56 | 0 | 220 | 143 | 76 |
| Binary | 111111 | 11111110 | 10001010 | 1001011 | 0 | 101110 | 0 | 10010000 | 1100011 | 111110 |
Color Harmonies of #3FFE8A
Complementary color
Monochromatic Colors of #3FFE8A
Black with #3FFE8A
Text Example
Text Example
White with #3FFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE8A; }
p { color: rgb(63,254,138); }
H1.HeaderClassName
{
color: #3FFE8A;
}
.AnyTagClassName
{
color: #3FFE8A;
}
</style>
background-color css
<style>
a { background-color: #3FFE8A; }
a { background-color: rgb(63,254,138); }
div.DivClassName
{
background-color: #3FFE8A;
}
.BgClassName
{
background-color: #3FFE8A;
}
</style>
border-color css
<style>
span { border-color: #3FFE8A; }
span { border-color: rgb(63,254,138); }
td.TdClassName
{
border-color: #3FFE8A;
}
.TagClassName
{
border-color: #3FFE8A;
}
</style>