Shades of Shamrock #3CFF8C
Tints of Shamrock #3CFF8C
RGB
CMYK
RGB Variations
Color information
#3CFF8C (or 0x3CFF8C) is known color: Shamrock. HEX triplet: 3C, FF and 8C. RGB value is (60,255,140). Sum of RGB (Red+Green+Blue) = 60+255+140=455 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.19% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFF8C is #C30073. Grayscale: #B7B7B7. Windows color (decimal): -12779636 or 9240380. OLE color: 9240380.
HSL color Cylindrical-coordinate representation of color #3CFF8C: hue angle of 144.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF8C is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 140 | - |
| CMYK | 0.76 | 0 | 0.45 | 0 |
| HSL | 144.62º | 1% | 0.62% | - |
| HSV(B) | 144.62º | 0.76% | 1% | - |
| XYZ | 42.36 | 74.37 | 36.93 | - |
| YUV | 183.59 | 103.4 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 140 | 0.76 | 0 | 0.45 | 0 | 144.62 | 1 | 0.62 |
| Hex | 3C | FF | 8C | 4C | 0 | 2D | 0 | 91 | 64 | 3E |
| Octal | 74 | 377 | 214 | 114 | 0 | 55 | 0 | 221 | 144 | 76 |
| Binary | 111100 | 11111111 | 10001100 | 1001100 | 0 | 101101 | 0 | 10010001 | 1100100 | 111110 |
Color Harmonies of #3CFF8C
Complementary color
Monochromatic Colors of #3CFF8C
Black with #3CFF8C
Text Example
Text Example
White with #3CFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF8C; }
p { color: rgb(60,255,140); }
H1.HeaderClassName
{
color: #3CFF8C;
}
.AnyTagClassName
{
color: #3CFF8C;
}
</style>
background-color css
<style>
a { background-color: #3CFF8C; }
a { background-color: rgb(60,255,140); }
div.DivClassName
{
background-color: #3CFF8C;
}
.BgClassName
{
background-color: #3CFF8C;
}
</style>
border-color css
<style>
span { border-color: #3CFF8C; }
span { border-color: rgb(60,255,140); }
td.TdClassName
{
border-color: #3CFF8C;
}
.TagClassName
{
border-color: #3CFF8C;
}
</style>