Shades of Shamrock #3FF09C
Tints of Shamrock #3FF09C
RGB
CMYK
RGB Variations
Color information
#3FF09C (or 0x3FF09C) is known color: Shamrock. HEX triplet: 3F, F0 and 9C. RGB value is (63,240,156). Sum of RGB (Red+Green+Blue) = 63+240+156=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF09C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF09C is #C00F63. Grayscale: #B1B1B1. Windows color (decimal): -12586852 or 10285119. OLE color: 10285119.
HSL color Cylindrical-coordinate representation of color #3FF09C: hue angle of 151.53º 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 #3FF09C is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 156 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.06 |
| HSL | 151.53º | 0.86% | 0.59% | - |
| HSV(B) | 151.53º | 0.74% | 0.94% | - |
| XYZ | 39.21 | 65.78 | 42.08 | - |
| YUV | 177.5 | 115.86 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 156 | 0.74 | 0 | 0.35 | 0.06 | 151.53 | 0.86 | 0.59 |
| Hex | 3F | F0 | 9C | 4A | 0 | 23 | 6 | 98 | 56 | 3B |
| Octal | 77 | 360 | 234 | 112 | 0 | 43 | 6 | 230 | 126 | 73 |
| Binary | 111111 | 11110000 | 10011100 | 1001010 | 0 | 100011 | 110 | 10011000 | 1010110 | 111011 |
Color Harmonies of #3FF09C
Complementary color
Monochromatic Colors of #3FF09C
Black with #3FF09C
Text Example
Text Example
White with #3FF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF09C; }
p { color: rgb(63,240,156); }
H1.HeaderClassName
{
color: #3FF09C;
}
.AnyTagClassName
{
color: #3FF09C;
}
</style>
background-color css
<style>
a { background-color: #3FF09C; }
a { background-color: rgb(63,240,156); }
div.DivClassName
{
background-color: #3FF09C;
}
.BgClassName
{
background-color: #3FF09C;
}
</style>
border-color css
<style>
span { border-color: #3FF09C; }
span { border-color: rgb(63,240,156); }
td.TdClassName
{
border-color: #3FF09C;
}
.TagClassName
{
border-color: #3FF09C;
}
</style>