Shades of Shamrock #2CCD83
Tints of Shamrock #2CCD83
RGB
CMYK
RGB Variations
Color information
#2CCD83 (or 0x2CCD83) is known color: Shamrock. HEX triplet: 2C, CD and 83. RGB value is (44,205,131). Sum of RGB (Red+Green+Blue) = 44+205+131=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCD83 is #D3327C. Grayscale: #949494. Windows color (decimal): -13841021 or 8637740. OLE color: 8637740.
HSL color Cylindrical-coordinate representation of color #2CCD83: hue angle of 152.42º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCD83 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 131 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.20 |
| HSL | 152.42º | 0.65% | 0.49% | - |
| HSV(B) | 152.42º | 0.79% | 0.8% | - |
| XYZ | 26.97 | 45.84 | 28.9 | - |
| YUV | 148.43 | 118.16 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 131 | 0.79 | 0 | 0.36 | 0.20 | 152.42 | 0.65 | 0.49 |
| Hex | 2C | CD | 83 | 4F | 0 | 24 | 14 | 98 | 41 | 31 |
| Octal | 54 | 315 | 203 | 117 | 0 | 44 | 24 | 230 | 101 | 61 |
| Binary | 101100 | 11001101 | 10000011 | 1001111 | 0 | 100100 | 10100 | 10011000 | 1000001 | 110001 |
Color Harmonies of #2CCD83
Complementary color
Monochromatic Colors of #2CCD83
Black with #2CCD83
Text Example
Text Example
White with #2CCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD83; }
p { color: rgb(44,205,131); }
H1.HeaderClassName
{
color: #2CCD83;
}
.AnyTagClassName
{
color: #2CCD83;
}
</style>
background-color css
<style>
a { background-color: #2CCD83; }
a { background-color: rgb(44,205,131); }
div.DivClassName
{
background-color: #2CCD83;
}
.BgClassName
{
background-color: #2CCD83;
}
</style>
border-color css
<style>
span { border-color: #2CCD83; }
span { border-color: rgb(44,205,131); }
td.TdClassName
{
border-color: #2CCD83;
}
.TagClassName
{
border-color: #2CCD83;
}
</style>