Shades of Shamrock #3FEA90
Tints of Shamrock #3FEA90
RGB
CMYK
RGB Variations
Color information
#3FEA90 (or 0x3FEA90) is known color: Shamrock. HEX triplet: 3F, EA and 90. RGB value is (63,234,144). Sum of RGB (Red+Green+Blue) = 63+234+144=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEA90 is #C0156F. Grayscale: #ACACAC. Windows color (decimal): -12588400 or 9497151. OLE color: 9497151.
HSL color Cylindrical-coordinate representation of color #3FEA90: hue angle of 148.42º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEA90 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 144 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.08 |
| HSL | 148.42º | 0.8% | 0.58% | - |
| HSV(B) | 148.42º | 0.73% | 0.92% | - |
| XYZ | 36.51 | 61.92 | 36.41 | - |
| YUV | 172.61 | 111.85 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 144 | 0.73 | 0 | 0.38 | 0.08 | 148.42 | 0.8 | 0.58 |
| Hex | 3F | EA | 90 | 49 | 0 | 26 | 8 | 94 | 50 | 3A |
| Octal | 77 | 352 | 220 | 111 | 0 | 46 | 10 | 224 | 120 | 72 |
| Binary | 111111 | 11101010 | 10010000 | 1001001 | 0 | 100110 | 1000 | 10010100 | 1010000 | 111010 |
Color Harmonies of #3FEA90
Complementary color
Monochromatic Colors of #3FEA90
Black with #3FEA90
Text Example
Text Example
White with #3FEA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA90; }
p { color: rgb(63,234,144); }
H1.HeaderClassName
{
color: #3FEA90;
}
.AnyTagClassName
{
color: #3FEA90;
}
</style>
background-color css
<style>
a { background-color: #3FEA90; }
a { background-color: rgb(63,234,144); }
div.DivClassName
{
background-color: #3FEA90;
}
.BgClassName
{
background-color: #3FEA90;
}
</style>
border-color css
<style>
span { border-color: #3FEA90; }
span { border-color: rgb(63,234,144); }
td.TdClassName
{
border-color: #3FEA90;
}
.TagClassName
{
border-color: #3FEA90;
}
</style>