Shades of Shamrock #3FF08C
Tints of Shamrock #3FF08C
RGB
CMYK
RGB Variations
Color information
#3FF08C (or 0x3FF08C) is known color: Shamrock. HEX triplet: 3F, F0 and 8C. RGB value is (63,240,140). Sum of RGB (Red+Green+Blue) = 63+240+140=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF08C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF08C is #C00F73. Grayscale: #AFAFAF. Windows color (decimal): -12586868 or 9236543. OLE color: 9236543.
HSL color Cylindrical-coordinate representation of color #3FF08C: hue angle of 146.1º degrees, saturation: 0.86, 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 #3FF08C is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 140 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.06 |
| HSL | 146.1º | 0.86% | 0.59% | - |
| HSV(B) | 146.1º | 0.74% | 0.94% | - |
| XYZ | 37.94 | 65.27 | 35.41 | - |
| YUV | 175.68 | 107.86 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 140 | 0.74 | 0 | 0.42 | 0.06 | 146.1 | 0.86 | 0.59 |
| Hex | 3F | F0 | 8C | 4A | 0 | 2A | 6 | 92 | 56 | 3B |
| Octal | 77 | 360 | 214 | 112 | 0 | 52 | 6 | 222 | 126 | 73 |
| Binary | 111111 | 11110000 | 10001100 | 1001010 | 0 | 101010 | 110 | 10010010 | 1010110 | 111011 |
Color Harmonies of #3FF08C
Complementary color
Monochromatic Colors of #3FF08C
Black with #3FF08C
Text Example
Text Example
White with #3FF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF08C; }
p { color: rgb(63,240,140); }
H1.HeaderClassName
{
color: #3FF08C;
}
.AnyTagClassName
{
color: #3FF08C;
}
</style>
background-color css
<style>
a { background-color: #3FF08C; }
a { background-color: rgb(63,240,140); }
div.DivClassName
{
background-color: #3FF08C;
}
.BgClassName
{
background-color: #3FF08C;
}
</style>
border-color css
<style>
span { border-color: #3FF08C; }
span { border-color: rgb(63,240,140); }
td.TdClassName
{
border-color: #3FF08C;
}
.TagClassName
{
border-color: #3FF08C;
}
</style>