Shades of Shamrock #3FEFA4
Tints of Shamrock #3FEFA4
RGB
CMYK
RGB Variations
Color information
#3FEFA4 (or 0x3FEFA4) is known color: Shamrock. HEX triplet: 3F, EF and A4. RGB value is (63,239,164). Sum of RGB (Red+Green+Blue) = 63+239+164=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEFA4 is #C0105B. Grayscale: #B1B1B1. Windows color (decimal): -12587100 or 10809151. OLE color: 10809151.
HSL color Cylindrical-coordinate representation of color #3FEFA4: hue angle of 154.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFA4 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 164 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.06 |
| HSL | 154.43º | 0.85% | 0.59% | - |
| HSV(B) | 154.43º | 0.74% | 0.94% | - |
| XYZ | 39.62 | 65.47 | 45.67 | - |
| YUV | 177.83 | 120.19 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 164 | 0.74 | 0 | 0.31 | 0.06 | 154.43 | 0.85 | 0.59 |
| Hex | 3F | EF | A4 | 4A | 0 | 1F | 6 | 9A | 55 | 3B |
| Octal | 77 | 357 | 244 | 112 | 0 | 37 | 6 | 232 | 125 | 73 |
| Binary | 111111 | 11101111 | 10100100 | 1001010 | 0 | 11111 | 110 | 10011010 | 1010101 | 111011 |
Color Harmonies of #3FEFA4
Complementary color
Monochromatic Colors of #3FEFA4
Black with #3FEFA4
Text Example
Text Example
White with #3FEFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFA4; }
p { color: rgb(63,239,164); }
H1.HeaderClassName
{
color: #3FEFA4;
}
.AnyTagClassName
{
color: #3FEFA4;
}
</style>
background-color css
<style>
a { background-color: #3FEFA4; }
a { background-color: rgb(63,239,164); }
div.DivClassName
{
background-color: #3FEFA4;
}
.BgClassName
{
background-color: #3FEFA4;
}
</style>
border-color css
<style>
span { border-color: #3FEFA4; }
span { border-color: rgb(63,239,164); }
td.TdClassName
{
border-color: #3FEFA4;
}
.TagClassName
{
border-color: #3FEFA4;
}
</style>