Shades of Shamrock #23D780
Tints of Shamrock #23D780
RGB
CMYK
RGB Variations
Color information
#23D780 (or 0x23D780) is known color: Shamrock. HEX triplet: 23, D7 and 80. RGB value is (35,215,128). Sum of RGB (Red+Green+Blue) = 35+215+128=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #23D780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23D780 is #DC287F. Grayscale: #979797. Windows color (decimal): -14428288 or 8443683. OLE color: 8443683.
HSL color Cylindrical-coordinate representation of color #23D780: hue angle of 151º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D780 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 215 | 128 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.16 |
| HSL | 151º | 0.72% | 0.49% | - |
| HSV(B) | 151º | 0.84% | 0.84% | - |
| XYZ | 28.89 | 50.52 | 28.65 | - |
| YUV | 151.26 | 114.87 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 128 | 0.84 | 0 | 0.40 | 0.16 | 151 | 0.72 | 0.49 |
| Hex | 23 | D7 | 80 | 54 | 0 | 28 | 10 | 97 | 48 | 31 |
| Octal | 43 | 327 | 200 | 124 | 0 | 50 | 20 | 227 | 110 | 61 |
| Binary | 100011 | 11010111 | 10000000 | 1010100 | 0 | 101000 | 10000 | 10010111 | 1001000 | 110001 |
Color Harmonies of #23D780
Complementary color
Monochromatic Colors of #23D780
Black with #23D780
Text Example
Text Example
White with #23D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D780; }
p { color: rgb(35,215,128); }
H1.HeaderClassName
{
color: #23D780;
}
.AnyTagClassName
{
color: #23D780;
}
</style>
background-color css
<style>
a { background-color: #23D780; }
a { background-color: rgb(35,215,128); }
div.DivClassName
{
background-color: #23D780;
}
.BgClassName
{
background-color: #23D780;
}
</style>
border-color css
<style>
span { border-color: #23D780; }
span { border-color: rgb(35,215,128); }
td.TdClassName
{
border-color: #23D780;
}
.TagClassName
{
border-color: #23D780;
}
</style>