Shades of Shamrock #23CF85
Tints of Shamrock #23CF85
RGB
CMYK
RGB Variations
Color information
#23CF85 (or 0x23CF85) is known color: Shamrock. HEX triplet: 23, CF and 85. RGB value is (35,207,133). Sum of RGB (Red+Green+Blue) = 35+207+133=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #23CF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CF85 is #DC307A. Grayscale: #939393. Windows color (decimal): -14430331 or 8769315. OLE color: 8769315.
HSL color Cylindrical-coordinate representation of color #23CF85: hue angle of 154.19º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CF85 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 133 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.19 |
| HSL | 154.19º | 0.71% | 0.47% | - |
| HSV(B) | 154.19º | 0.83% | 0.81% | - |
| XYZ | 27.24 | 46.68 | 29.76 | - |
| YUV | 147.14 | 120.02 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 133 | 0.83 | 0 | 0.36 | 0.19 | 154.19 | 0.71 | 0.47 |
| Hex | 23 | CF | 85 | 53 | 0 | 24 | 13 | 9A | 47 | 2F |
| Octal | 43 | 317 | 205 | 123 | 0 | 44 | 23 | 232 | 107 | 57 |
| Binary | 100011 | 11001111 | 10000101 | 1010011 | 0 | 100100 | 10011 | 10011010 | 1000111 | 101111 |
Color Harmonies of #23CF85
Complementary color
Monochromatic Colors of #23CF85
Black with #23CF85
Text Example
Text Example
White with #23CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CF85; }
p { color: rgb(35,207,133); }
H1.HeaderClassName
{
color: #23CF85;
}
.AnyTagClassName
{
color: #23CF85;
}
</style>
background-color css
<style>
a { background-color: #23CF85; }
a { background-color: rgb(35,207,133); }
div.DivClassName
{
background-color: #23CF85;
}
.BgClassName
{
background-color: #23CF85;
}
</style>
border-color css
<style>
span { border-color: #23CF85; }
span { border-color: rgb(35,207,133); }
td.TdClassName
{
border-color: #23CF85;
}
.TagClassName
{
border-color: #23CF85;
}
</style>