Shades of Shamrock #23DD82
Tints of Shamrock #23DD82
RGB
CMYK
RGB Variations
Color information
#23DD82 (or 0x23DD82) is known color: Shamrock. HEX triplet: 23, DD and 82. RGB value is (35,221,130). Sum of RGB (Red+Green+Blue) = 35+221+130=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #23DD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23DD82 is #DC227D. Grayscale: #9B9B9B. Windows color (decimal): -14426750 or 8576291. OLE color: 8576291.
HSL color Cylindrical-coordinate representation of color #23DD82: hue angle of 150.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DD82 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 130 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.13 |
| HSL | 150.65º | 0.73% | 0.5% | - |
| HSV(B) | 150.65º | 0.84% | 0.87% | - |
| XYZ | 30.58 | 53.68 | 29.87 | - |
| YUV | 155.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 130 | 0.84 | 0 | 0.41 | 0.13 | 150.65 | 0.73 | 0.5 |
| Hex | 23 | DD | 82 | 54 | 0 | 29 | D | 97 | 49 | 32 |
| Octal | 43 | 335 | 202 | 124 | 0 | 51 | 15 | 227 | 111 | 62 |
| Binary | 100011 | 11011101 | 10000010 | 1010100 | 0 | 101001 | 1101 | 10010111 | 1001001 | 110010 |
Color Harmonies of #23DD82
Complementary color
Monochromatic Colors of #23DD82
Black with #23DD82
Text Example
Text Example
White with #23DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DD82; }
p { color: rgb(35,221,130); }
H1.HeaderClassName
{
color: #23DD82;
}
.AnyTagClassName
{
color: #23DD82;
}
</style>
background-color css
<style>
a { background-color: #23DD82; }
a { background-color: rgb(35,221,130); }
div.DivClassName
{
background-color: #23DD82;
}
.BgClassName
{
background-color: #23DD82;
}
</style>
border-color css
<style>
span { border-color: #23DD82; }
span { border-color: rgb(35,221,130); }
td.TdClassName
{
border-color: #23DD82;
}
.TagClassName
{
border-color: #23DD82;
}
</style>