Shades of Shamrock #4CCD95
Tints of Shamrock #4CCD95
RGB
CMYK
RGB Variations
Color information
#4CCD95 (or 0x4CCD95) is known color: Shamrock. HEX triplet: 4C, CD and 95. RGB value is (76,205,149). Sum of RGB (Red+Green+Blue) = 76+205+149=430 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.67% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCD95 is #B3326A. Grayscale: #A0A0A0. Windows color (decimal): -11743851 or 9817420. OLE color: 9817420.
HSL color Cylindrical-coordinate representation of color #4CCD95: hue angle of 153.95º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCD95 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 149 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.20 |
| HSL | 153.95º | 0.56% | 0.55% | - |
| HSV(B) | 153.95º | 0.63% | 0.8% | - |
| XYZ | 30.24 | 47.37 | 35.98 | - |
| YUV | 160.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 149 | 0.63 | 0 | 0.27 | 0.20 | 153.95 | 0.56 | 0.55 |
| Hex | 4C | CD | 95 | 3F | 0 | 1B | 14 | 9A | 38 | 37 |
| Octal | 114 | 315 | 225 | 77 | 0 | 33 | 24 | 232 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10010101 | 111111 | 0 | 11011 | 10100 | 10011010 | 111000 | 110111 |
Color Harmonies of #4CCD95
Complementary color
Monochromatic Colors of #4CCD95
Black with #4CCD95
Text Example
Text Example
White with #4CCD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD95; }
p { color: rgb(76,205,149); }
H1.HeaderClassName
{
color: #4CCD95;
}
.AnyTagClassName
{
color: #4CCD95;
}
</style>
background-color css
<style>
a { background-color: #4CCD95; }
a { background-color: rgb(76,205,149); }
div.DivClassName
{
background-color: #4CCD95;
}
.BgClassName
{
background-color: #4CCD95;
}
</style>
border-color css
<style>
span { border-color: #4CCD95; }
span { border-color: rgb(76,205,149); }
td.TdClassName
{
border-color: #4CCD95;
}
.TagClassName
{
border-color: #4CCD95;
}
</style>