Shades of Shamrock #3FF09D
Tints of Shamrock #3FF09D
RGB
CMYK
RGB Variations
Color information
#3FF09D (or 0x3FF09D) is known color: Shamrock. HEX triplet: 3F, F0 and 9D. RGB value is (63,240,157). Sum of RGB (Red+Green+Blue) = 63+240+157=460 (60% of max value = 765). Red value is 63 (25% from 255 or 13.70% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF09D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF09D is #C00F62. Grayscale: #B1B1B1. Windows color (decimal): -12586851 or 10350655. OLE color: 10350655.
HSL color Cylindrical-coordinate representation of color #3FF09D: hue angle of 151.86º 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 #3FF09D is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 157 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.06 |
| HSL | 151.86º | 0.86% | 0.59% | - |
| HSV(B) | 151.86º | 0.74% | 0.94% | - |
| XYZ | 39.3 | 65.81 | 42.53 | - |
| YUV | 177.62 | 116.36 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 157 | 0.74 | 0 | 0.35 | 0.06 | 151.86 | 0.86 | 0.59 |
| Hex | 3F | F0 | 9D | 4A | 0 | 23 | 6 | 98 | 56 | 3B |
| Octal | 77 | 360 | 235 | 112 | 0 | 43 | 6 | 230 | 126 | 73 |
| Binary | 111111 | 11110000 | 10011101 | 1001010 | 0 | 100011 | 110 | 10011000 | 1010110 | 111011 |
Color Harmonies of #3FF09D
Complementary color
Monochromatic Colors of #3FF09D
Black with #3FF09D
Text Example
Text Example
White with #3FF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF09D; }
p { color: rgb(63,240,157); }
H1.HeaderClassName
{
color: #3FF09D;
}
.AnyTagClassName
{
color: #3FF09D;
}
</style>
background-color css
<style>
a { background-color: #3FF09D; }
a { background-color: rgb(63,240,157); }
div.DivClassName
{
background-color: #3FF09D;
}
.BgClassName
{
background-color: #3FF09D;
}
</style>
border-color css
<style>
span { border-color: #3FF09D; }
span { border-color: rgb(63,240,157); }
td.TdClassName
{
border-color: #3FF09D;
}
.TagClassName
{
border-color: #3FF09D;
}
</style>