Shades of Shamrock #23DB7D
Tints of Shamrock #23DB7D
RGB
CMYK
RGB Variations
Color information
#23DB7D (or 0x23DB7D) is known color: Shamrock. HEX triplet: 23, DB and 7D. RGB value is (35,219,125). Sum of RGB (Red+Green+Blue) = 35+219+125=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #23DB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23DB7D is #DC2482. Grayscale: #999999. Windows color (decimal): -14427267 or 8248099. OLE color: 8248099.
HSL color Cylindrical-coordinate representation of color #23DB7D: hue angle of 149.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DB7D is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 125 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.14 |
| HSL | 149.35º | 0.72% | 0.5% | - |
| HSV(B) | 149.35º | 0.84% | 0.86% | - |
| XYZ | 29.73 | 52.5 | 27.97 | - |
| YUV | 153.27 | 112.04 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 125 | 0.84 | 0 | 0.43 | 0.14 | 149.35 | 0.72 | 0.5 |
| Hex | 23 | DB | 7D | 54 | 0 | 2B | E | 95 | 48 | 32 |
| Octal | 43 | 333 | 175 | 124 | 0 | 53 | 16 | 225 | 110 | 62 |
| Binary | 100011 | 11011011 | 1111101 | 1010100 | 0 | 101011 | 1110 | 10010101 | 1001000 | 110010 |
Color Harmonies of #23DB7D
Complementary color
Monochromatic Colors of #23DB7D
Black with #23DB7D
Text Example
Text Example
White with #23DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DB7D; }
p { color: rgb(35,219,125); }
H1.HeaderClassName
{
color: #23DB7D;
}
.AnyTagClassName
{
color: #23DB7D;
}
</style>
background-color css
<style>
a { background-color: #23DB7D; }
a { background-color: rgb(35,219,125); }
div.DivClassName
{
background-color: #23DB7D;
}
.BgClassName
{
background-color: #23DB7D;
}
</style>
border-color css
<style>
span { border-color: #23DB7D; }
span { border-color: rgb(35,219,125); }
td.TdClassName
{
border-color: #23DB7D;
}
.TagClassName
{
border-color: #23DB7D;
}
</style>