Shades of Shamrock #23E985
Tints of Shamrock #23E985
RGB
CMYK
RGB Variations
Color information
#23E985 (or 0x23E985) is known color: Shamrock. HEX triplet: 23, E9 and 85. RGB value is (35,233,133). Sum of RGB (Red+Green+Blue) = 35+233+133=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 233 (91.41% from 255 or 58.10% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 233 - color contains mainly: green. Hex color #23E985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #23E985 is #DC167A. Grayscale: #A2A2A2. Windows color (decimal): -14423675 or 8775971. OLE color: 8775971.
HSL color Cylindrical-coordinate representation of color #23E985: hue angle of 149.7º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E985 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 233 | 133 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.09 |
| HSL | 149.7º | 0.82% | 0.53% | - |
| HSV(B) | 149.7º | 0.85% | 0.91% | - |
| XYZ | 34.07 | 60.33 | 32.04 | - |
| YUV | 162.4 | 111.4 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 233 | 133 | 0.85 | 0 | 0.43 | 0.09 | 149.7 | 0.82 | 0.53 |
| Hex | 23 | E9 | 85 | 55 | 0 | 2B | 9 | 96 | 52 | 35 |
| Octal | 43 | 351 | 205 | 125 | 0 | 53 | 11 | 226 | 122 | 65 |
| Binary | 100011 | 11101001 | 10000101 | 1010101 | 0 | 101011 | 1001 | 10010110 | 1010010 | 110101 |
Color Harmonies of #23E985
Complementary color
Monochromatic Colors of #23E985
Black with #23E985
Text Example
Text Example
White with #23E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E985; }
p { color: rgb(35,233,133); }
H1.HeaderClassName
{
color: #23E985;
}
.AnyTagClassName
{
color: #23E985;
}
</style>
background-color css
<style>
a { background-color: #23E985; }
a { background-color: rgb(35,233,133); }
div.DivClassName
{
background-color: #23E985;
}
.BgClassName
{
background-color: #23E985;
}
</style>
border-color css
<style>
span { border-color: #23E985; }
span { border-color: rgb(35,233,133); }
td.TdClassName
{
border-color: #23E985;
}
.TagClassName
{
border-color: #23E985;
}
</style>