Shades of Shamrock #3CDF8A
Tints of Shamrock #3CDF8A
RGB
CMYK
RGB Variations
Color information
#3CDF8A (or 0x3CDF8A) is known color: Shamrock. HEX triplet: 3C, DF and 8A. RGB value is (60,223,138). Sum of RGB (Red+Green+Blue) = 60+223+138=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDF8A is #C32075. Grayscale: #A4A4A4. Windows color (decimal): -12787830 or 9101116. OLE color: 9101116.
HSL color Cylindrical-coordinate representation of color #3CDF8A: hue angle of 148.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF8A is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 138 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.13 |
| HSL | 148.71º | 0.72% | 0.55% | - |
| HSV(B) | 148.71º | 0.73% | 0.87% | - |
| XYZ | 32.84 | 55.57 | 33.04 | - |
| YUV | 164.57 | 113 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 138 | 0.73 | 0 | 0.38 | 0.13 | 148.71 | 0.72 | 0.55 |
| Hex | 3C | DF | 8A | 49 | 0 | 26 | D | 95 | 48 | 37 |
| Octal | 74 | 337 | 212 | 111 | 0 | 46 | 15 | 225 | 110 | 67 |
| Binary | 111100 | 11011111 | 10001010 | 1001001 | 0 | 100110 | 1101 | 10010101 | 1001000 | 110111 |
Color Harmonies of #3CDF8A
Complementary color
Monochromatic Colors of #3CDF8A
Black with #3CDF8A
Text Example
Text Example
White with #3CDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF8A; }
p { color: rgb(60,223,138); }
H1.HeaderClassName
{
color: #3CDF8A;
}
.AnyTagClassName
{
color: #3CDF8A;
}
</style>
background-color css
<style>
a { background-color: #3CDF8A; }
a { background-color: rgb(60,223,138); }
div.DivClassName
{
background-color: #3CDF8A;
}
.BgClassName
{
background-color: #3CDF8A;
}
</style>
border-color css
<style>
span { border-color: #3CDF8A; }
span { border-color: rgb(60,223,138); }
td.TdClassName
{
border-color: #3CDF8A;
}
.TagClassName
{
border-color: #3CDF8A;
}
</style>