Shades of Shamrock #3CFF98
Tints of Shamrock #3CFF98
RGB
CMYK
RGB Variations
Color information
#3CFF98 (or 0x3CFF98) is known color: Shamrock. HEX triplet: 3C, FF and 98. RGB value is (60,255,152). Sum of RGB (Red+Green+Blue) = 60+255+152=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFF98 is #C30067. Grayscale: #B9B9B9. Windows color (decimal): -12779624 or 10026812. OLE color: 10026812.
HSL color Cylindrical-coordinate representation of color #3CFF98: hue angle of 148.31º 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 #3CFF98 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 152 | - |
| CMYK | 0.76 | 0 | 0.40 | 0 |
| HSL | 148.31º | 1% | 0.62% | - |
| HSV(B) | 148.31º | 0.76% | 1% | - |
| XYZ | 43.29 | 74.75 | 41.85 | - |
| YUV | 184.95 | 109.4 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 152 | 0.76 | 0 | 0.40 | 0 | 148.31 | 1 | 0.62 |
| Hex | 3C | FF | 98 | 4C | 0 | 28 | 0 | 94 | 64 | 3E |
| Octal | 74 | 377 | 230 | 114 | 0 | 50 | 0 | 224 | 144 | 76 |
| Binary | 111100 | 11111111 | 10011000 | 1001100 | 0 | 101000 | 0 | 10010100 | 1100100 | 111110 |
Color Harmonies of #3CFF98
Complementary color
Monochromatic Colors of #3CFF98
Black with #3CFF98
Text Example
Text Example
White with #3CFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF98; }
p { color: rgb(60,255,152); }
H1.HeaderClassName
{
color: #3CFF98;
}
.AnyTagClassName
{
color: #3CFF98;
}
</style>
background-color css
<style>
a { background-color: #3CFF98; }
a { background-color: rgb(60,255,152); }
div.DivClassName
{
background-color: #3CFF98;
}
.BgClassName
{
background-color: #3CFF98;
}
</style>
border-color css
<style>
span { border-color: #3CFF98; }
span { border-color: rgb(60,255,152); }
td.TdClassName
{
border-color: #3CFF98;
}
.TagClassName
{
border-color: #3CFF98;
}
</style>