Shades of Shamrock #3CF58A
Tints of Shamrock #3CF58A
RGB
CMYK
RGB Variations
Color information
#3CF58A (or 0x3CF58A) is known color: Shamrock. HEX triplet: 3C, F5 and 8A. RGB value is (60,245,138). Sum of RGB (Red+Green+Blue) = 60+245+138=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF58A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF58A is #C30A75. Grayscale: #B1B1B1. Windows color (decimal): -12782198 or 9106748. OLE color: 9106748.
HSL color Cylindrical-coordinate representation of color #3CF58A: hue angle of 145.3º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF58A is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 138 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.04 |
| HSL | 145.3º | 0.9% | 0.6% | - |
| HSV(B) | 145.3º | 0.76% | 0.96% | - |
| XYZ | 39.1 | 68.1 | 35.13 | - |
| YUV | 177.49 | 105.71 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 138 | 0.76 | 0 | 0.44 | 0.04 | 145.3 | 0.9 | 0.6 |
| Hex | 3C | F5 | 8A | 4C | 0 | 2C | 4 | 91 | 5A | 3C |
| Octal | 74 | 365 | 212 | 114 | 0 | 54 | 4 | 221 | 132 | 74 |
| Binary | 111100 | 11110101 | 10001010 | 1001100 | 0 | 101100 | 100 | 10010001 | 1011010 | 111100 |
Color Harmonies of #3CF58A
Complementary color
Monochromatic Colors of #3CF58A
Black with #3CF58A
Text Example
Text Example
White with #3CF58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF58A; }
p { color: rgb(60,245,138); }
H1.HeaderClassName
{
color: #3CF58A;
}
.AnyTagClassName
{
color: #3CF58A;
}
</style>
background-color css
<style>
a { background-color: #3CF58A; }
a { background-color: rgb(60,245,138); }
div.DivClassName
{
background-color: #3CF58A;
}
.BgClassName
{
background-color: #3CF58A;
}
</style>
border-color css
<style>
span { border-color: #3CF58A; }
span { border-color: rgb(60,245,138); }
td.TdClassName
{
border-color: #3CF58A;
}
.TagClassName
{
border-color: #3CF58A;
}
</style>