Shades of Shamrock #23D685
Tints of Shamrock #23D685
RGB
CMYK
RGB Variations
Color information
#23D685 (or 0x23D685) is known color: Shamrock. HEX triplet: 23, D6 and 85. RGB value is (35,214,133). Sum of RGB (Red+Green+Blue) = 35+214+133=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #23D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23D685 is #DC297A. Grayscale: #979797. Windows color (decimal): -14428539 or 8771107. OLE color: 8771107.
HSL color Cylindrical-coordinate representation of color #23D685: hue angle of 152.85º 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 #23D685 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 214 | 133 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.16 |
| HSL | 152.85º | 0.72% | 0.49% | - |
| HSV(B) | 152.85º | 0.84% | 0.84% | - |
| XYZ | 28.97 | 50.14 | 30.34 | - |
| YUV | 151.25 | 117.7 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 214 | 133 | 0.84 | 0 | 0.38 | 0.16 | 152.85 | 0.72 | 0.49 |
| Hex | 23 | D6 | 85 | 54 | 0 | 26 | 10 | 99 | 48 | 31 |
| Octal | 43 | 326 | 205 | 124 | 0 | 46 | 20 | 231 | 110 | 61 |
| Binary | 100011 | 11010110 | 10000101 | 1010100 | 0 | 100110 | 10000 | 10011001 | 1001000 | 110001 |
Color Harmonies of #23D685
Complementary color
Monochromatic Colors of #23D685
Black with #23D685
Text Example
Text Example
White with #23D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D685; }
p { color: rgb(35,214,133); }
H1.HeaderClassName
{
color: #23D685;
}
.AnyTagClassName
{
color: #23D685;
}
</style>
background-color css
<style>
a { background-color: #23D685; }
a { background-color: rgb(35,214,133); }
div.DivClassName
{
background-color: #23D685;
}
.BgClassName
{
background-color: #23D685;
}
</style>
border-color css
<style>
span { border-color: #23D685; }
span { border-color: rgb(35,214,133); }
td.TdClassName
{
border-color: #23D685;
}
.TagClassName
{
border-color: #23D685;
}
</style>