Shades of Shamrock #3CDE90
Tints of Shamrock #3CDE90
RGB
CMYK
RGB Variations
Color information
#3CDE90 (or 0x3CDE90) is known color: Shamrock. HEX triplet: 3C, DE and 90. RGB value is (60,222,144). Sum of RGB (Red+Green+Blue) = 60+222+144=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDE90 is #C3216F. Grayscale: #A4A4A4. Windows color (decimal): -12788080 or 9494076. OLE color: 9494076.
HSL color Cylindrical-coordinate representation of color #3CDE90: hue angle of 151.11º degrees, saturation: 0.71, 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 #3CDE90 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 144 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.13 |
| HSL | 151.11º | 0.71% | 0.55% | - |
| HSV(B) | 151.11º | 0.73% | 0.87% | - |
| XYZ | 33.02 | 55.22 | 35.3 | - |
| YUV | 164.67 | 116.33 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 144 | 0.73 | 0 | 0.35 | 0.13 | 151.11 | 0.71 | 0.55 |
| Hex | 3C | DE | 90 | 49 | 0 | 23 | D | 97 | 47 | 37 |
| Octal | 74 | 336 | 220 | 111 | 0 | 43 | 15 | 227 | 107 | 67 |
| Binary | 111100 | 11011110 | 10010000 | 1001001 | 0 | 100011 | 1101 | 10010111 | 1000111 | 110111 |
Color Harmonies of #3CDE90
Complementary color
Monochromatic Colors of #3CDE90
Black with #3CDE90
Text Example
Text Example
White with #3CDE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE90; }
p { color: rgb(60,222,144); }
H1.HeaderClassName
{
color: #3CDE90;
}
.AnyTagClassName
{
color: #3CDE90;
}
</style>
background-color css
<style>
a { background-color: #3CDE90; }
a { background-color: rgb(60,222,144); }
div.DivClassName
{
background-color: #3CDE90;
}
.BgClassName
{
background-color: #3CDE90;
}
</style>
border-color css
<style>
span { border-color: #3CDE90; }
span { border-color: rgb(60,222,144); }
td.TdClassName
{
border-color: #3CDE90;
}
.TagClassName
{
border-color: #3CDE90;
}
</style>