Shades of Shamrock #3CFD9B
Tints of Shamrock #3CFD9B
RGB
CMYK
RGB Variations
Color information
#3CFD9B (or 0x3CFD9B) is known color: Shamrock. HEX triplet: 3C, FD and 9B. RGB value is (60,253,155). Sum of RGB (Red+Green+Blue) = 60+253+155=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFD9B is #C30264. Grayscale: #B8B8B8. Windows color (decimal): -12780133 or 10222908. OLE color: 10222908.
HSL color Cylindrical-coordinate representation of color #3CFD9B: hue angle of 149.53º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFD9B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 155 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.01 |
| HSL | 149.53º | 0.98% | 0.61% | - |
| HSV(B) | 149.53º | 0.76% | 0.99% | - |
| XYZ | 42.91 | 73.58 | 42.95 | - |
| YUV | 184.12 | 111.56 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 155 | 0.76 | 0 | 0.39 | 0.01 | 149.53 | 0.98 | 0.61 |
| Hex | 3C | FD | 9B | 4C | 0 | 27 | 1 | 96 | 62 | 3D |
| Octal | 74 | 375 | 233 | 114 | 0 | 47 | 1 | 226 | 142 | 75 |
| Binary | 111100 | 11111101 | 10011011 | 1001100 | 0 | 100111 | 1 | 10010110 | 1100010 | 111101 |
Color Harmonies of #3CFD9B
Complementary color
Monochromatic Colors of #3CFD9B
Black with #3CFD9B
Text Example
Text Example
White with #3CFD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD9B; }
p { color: rgb(60,253,155); }
H1.HeaderClassName
{
color: #3CFD9B;
}
.AnyTagClassName
{
color: #3CFD9B;
}
</style>
background-color css
<style>
a { background-color: #3CFD9B; }
a { background-color: rgb(60,253,155); }
div.DivClassName
{
background-color: #3CFD9B;
}
.BgClassName
{
background-color: #3CFD9B;
}
</style>
border-color css
<style>
span { border-color: #3CFD9B; }
span { border-color: rgb(60,253,155); }
td.TdClassName
{
border-color: #3CFD9B;
}
.TagClassName
{
border-color: #3CFD9B;
}
</style>