Shades of Shamrock #3FE08A
Tints of Shamrock #3FE08A
RGB
CMYK
RGB Variations
Color information
#3FE08A (or 0x3FE08A) is known color: Shamrock. HEX triplet: 3F, E0 and 8A. RGB value is (63,224,138). Sum of RGB (Red+Green+Blue) = 63+224+138=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE08A is #C01F75. Grayscale: #A6A6A6. Windows color (decimal): -12590966 or 9101375. OLE color: 9101375.
HSL color Cylindrical-coordinate representation of color #3FE08A: hue angle of 147.95º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE08A is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 138 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.12 |
| HSL | 147.95º | 0.72% | 0.56% | - |
| HSV(B) | 147.95º | 0.72% | 0.88% | - |
| XYZ | 33.29 | 56.2 | 33.14 | - |
| YUV | 166.06 | 112.16 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 138 | 0.72 | 0 | 0.38 | 0.12 | 147.95 | 0.72 | 0.56 |
| Hex | 3F | E0 | 8A | 48 | 0 | 26 | C | 94 | 48 | 38 |
| Octal | 77 | 340 | 212 | 110 | 0 | 46 | 14 | 224 | 110 | 70 |
| Binary | 111111 | 11100000 | 10001010 | 1001000 | 0 | 100110 | 1100 | 10010100 | 1001000 | 111000 |
Color Harmonies of #3FE08A
Complementary color
Monochromatic Colors of #3FE08A
Black with #3FE08A
Text Example
Text Example
White with #3FE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE08A; }
p { color: rgb(63,224,138); }
H1.HeaderClassName
{
color: #3FE08A;
}
.AnyTagClassName
{
color: #3FE08A;
}
</style>
background-color css
<style>
a { background-color: #3FE08A; }
a { background-color: rgb(63,224,138); }
div.DivClassName
{
background-color: #3FE08A;
}
.BgClassName
{
background-color: #3FE08A;
}
</style>
border-color css
<style>
span { border-color: #3FE08A; }
span { border-color: rgb(63,224,138); }
td.TdClassName
{
border-color: #3FE08A;
}
.TagClassName
{
border-color: #3FE08A;
}
</style>