Shades of Shamrock #3FF08A
Tints of Shamrock #3FF08A
RGB
CMYK
RGB Variations
Color information
#3FF08A (or 0x3FF08A) is known color: Shamrock. HEX triplet: 3F, F0 and 8A. RGB value is (63,240,138). Sum of RGB (Red+Green+Blue) = 63+240+138=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF08A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF08A is #C00F75. Grayscale: #AFAFAF. Windows color (decimal): -12586870 or 9105471. OLE color: 9105471.
HSL color Cylindrical-coordinate representation of color #3FF08A: hue angle of 145.42º 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 #3FF08A is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 138 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.06 |
| HSL | 145.42º | 0.86% | 0.59% | - |
| HSV(B) | 145.42º | 0.74% | 0.94% | - |
| XYZ | 37.8 | 65.21 | 34.64 | - |
| YUV | 175.45 | 106.86 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 138 | 0.74 | 0 | 0.42 | 0.06 | 145.42 | 0.86 | 0.59 |
| Hex | 3F | F0 | 8A | 4A | 0 | 2A | 6 | 91 | 56 | 3B |
| Octal | 77 | 360 | 212 | 112 | 0 | 52 | 6 | 221 | 126 | 73 |
| Binary | 111111 | 11110000 | 10001010 | 1001010 | 0 | 101010 | 110 | 10010001 | 1010110 | 111011 |
Color Harmonies of #3FF08A
Complementary color
Monochromatic Colors of #3FF08A
Black with #3FF08A
Text Example
Text Example
White with #3FF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF08A; }
p { color: rgb(63,240,138); }
H1.HeaderClassName
{
color: #3FF08A;
}
.AnyTagClassName
{
color: #3FF08A;
}
</style>
background-color css
<style>
a { background-color: #3FF08A; }
a { background-color: rgb(63,240,138); }
div.DivClassName
{
background-color: #3FF08A;
}
.BgClassName
{
background-color: #3FF08A;
}
</style>
border-color css
<style>
span { border-color: #3FF08A; }
span { border-color: rgb(63,240,138); }
td.TdClassName
{
border-color: #3FF08A;
}
.TagClassName
{
border-color: #3FF08A;
}
</style>