Shades of Shamrock #23CF80
Tints of Shamrock #23CF80
RGB
CMYK
RGB Variations
Color information
#23CF80 (or 0x23CF80) is known color: Shamrock. HEX triplet: 23, CF and 80. RGB value is (35,207,128). Sum of RGB (Red+Green+Blue) = 35+207+128=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #23CF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CF80 is #DC307F. Grayscale: #929292. Windows color (decimal): -14430336 or 8441635. OLE color: 8441635.
HSL color Cylindrical-coordinate representation of color #23CF80: hue angle of 152.44º 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 #23CF80 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 128 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.19 |
| HSL | 152.44º | 0.71% | 0.47% | - |
| HSV(B) | 152.44º | 0.83% | 0.81% | - |
| XYZ | 26.9 | 46.54 | 27.99 | - |
| YUV | 146.57 | 117.52 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 128 | 0.83 | 0 | 0.38 | 0.19 | 152.44 | 0.71 | 0.47 |
| Hex | 23 | CF | 80 | 53 | 0 | 26 | 13 | 98 | 47 | 2F |
| Octal | 43 | 317 | 200 | 123 | 0 | 46 | 23 | 230 | 107 | 57 |
| Binary | 100011 | 11001111 | 10000000 | 1010011 | 0 | 100110 | 10011 | 10011000 | 1000111 | 101111 |
Color Harmonies of #23CF80
Complementary color
Monochromatic Colors of #23CF80
Black with #23CF80
Text Example
Text Example
White with #23CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CF80; }
p { color: rgb(35,207,128); }
H1.HeaderClassName
{
color: #23CF80;
}
.AnyTagClassName
{
color: #23CF80;
}
</style>
background-color css
<style>
a { background-color: #23CF80; }
a { background-color: rgb(35,207,128); }
div.DivClassName
{
background-color: #23CF80;
}
.BgClassName
{
background-color: #23CF80;
}
</style>
border-color css
<style>
span { border-color: #23CF80; }
span { border-color: rgb(35,207,128); }
td.TdClassName
{
border-color: #23CF80;
}
.TagClassName
{
border-color: #23CF80;
}
</style>