Shades of Shamrock #3CEF8F
Tints of Shamrock #3CEF8F
RGB
CMYK
RGB Variations
Color information
#3CEF8F (or 0x3CEF8F) is known color: Shamrock. HEX triplet: 3C, EF and 8F. RGB value is (60,239,143). Sum of RGB (Red+Green+Blue) = 60+239+143=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEF8F is #C31070. Grayscale: #AEAEAE. Windows color (decimal): -12783729 or 9432892. OLE color: 9432892.
HSL color Cylindrical-coordinate representation of color #3CEF8F: hue angle of 147.82º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEF8F is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 143 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.06 |
| HSL | 147.82º | 0.85% | 0.59% | - |
| HSV(B) | 147.82º | 0.75% | 0.94% | - |
| XYZ | 37.69 | 64.68 | 36.48 | - |
| YUV | 174.54 | 110.2 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 143 | 0.75 | 0 | 0.40 | 0.06 | 147.82 | 0.85 | 0.59 |
| Hex | 3C | EF | 8F | 4B | 0 | 28 | 6 | 94 | 55 | 3B |
| Octal | 74 | 357 | 217 | 113 | 0 | 50 | 6 | 224 | 125 | 73 |
| Binary | 111100 | 11101111 | 10001111 | 1001011 | 0 | 101000 | 110 | 10010100 | 1010101 | 111011 |
Color Harmonies of #3CEF8F
Complementary color
Monochromatic Colors of #3CEF8F
Black with #3CEF8F
Text Example
Text Example
White with #3CEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF8F; }
p { color: rgb(60,239,143); }
H1.HeaderClassName
{
color: #3CEF8F;
}
.AnyTagClassName
{
color: #3CEF8F;
}
</style>
background-color css
<style>
a { background-color: #3CEF8F; }
a { background-color: rgb(60,239,143); }
div.DivClassName
{
background-color: #3CEF8F;
}
.BgClassName
{
background-color: #3CEF8F;
}
</style>
border-color css
<style>
span { border-color: #3CEF8F; }
span { border-color: rgb(60,239,143); }
td.TdClassName
{
border-color: #3CEF8F;
}
.TagClassName
{
border-color: #3CEF8F;
}
</style>