Shades of Shamrock #3CF29D
Tints of Shamrock #3CF29D
RGB
CMYK
RGB Variations
Color information
#3CF29D (or 0x3CF29D) is known color: Shamrock. HEX triplet: 3C, F2 and 9D. RGB value is (60,242,157). Sum of RGB (Red+Green+Blue) = 60+242+157=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF29D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF29D is #C30D62. Grayscale: #B2B2B2. Windows color (decimal): -12782947 or 10351164. OLE color: 10351164.
HSL color Cylindrical-coordinate representation of color #3CF29D: hue angle of 151.98º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF29D is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 157 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.05 |
| HSL | 151.98º | 0.88% | 0.59% | - |
| HSV(B) | 151.98º | 0.75% | 0.95% | - |
| XYZ | 39.7 | 66.9 | 42.72 | - |
| YUV | 177.89 | 116.2 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 157 | 0.75 | 0 | 0.35 | 0.05 | 151.98 | 0.88 | 0.59 |
| Hex | 3C | F2 | 9D | 4B | 0 | 23 | 5 | 98 | 58 | 3B |
| Octal | 74 | 362 | 235 | 113 | 0 | 43 | 5 | 230 | 130 | 73 |
| Binary | 111100 | 11110010 | 10011101 | 1001011 | 0 | 100011 | 101 | 10011000 | 1011000 | 111011 |
Color Harmonies of #3CF29D
Complementary color
Monochromatic Colors of #3CF29D
Black with #3CF29D
Text Example
Text Example
White with #3CF29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF29D; }
p { color: rgb(60,242,157); }
H1.HeaderClassName
{
color: #3CF29D;
}
.AnyTagClassName
{
color: #3CF29D;
}
</style>
background-color css
<style>
a { background-color: #3CF29D; }
a { background-color: rgb(60,242,157); }
div.DivClassName
{
background-color: #3CF29D;
}
.BgClassName
{
background-color: #3CF29D;
}
</style>
border-color css
<style>
span { border-color: #3CF29D; }
span { border-color: rgb(60,242,157); }
td.TdClassName
{
border-color: #3CF29D;
}
.TagClassName
{
border-color: #3CF29D;
}
</style>