Shades of Harlequin #23ED01
Tints of Harlequin #23ED01
RGB
CMYK
RGB Variations
Color information
#23ED01 (or 0x23ED01) is known color: Harlequin. HEX triplet: 23, ED and 01. RGB value is (35,237,1). Sum of RGB (Red+Green+Blue) = 35+237+1=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 237 (92.97% from 255 or 86.81% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 237 - color contains mainly: green. Hex color #23ED01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #23ED01 is #DC12FE. Grayscale: #969696. Windows color (decimal): -14422783 or 126243. OLE color: 126243.
HSL color Cylindrical-coordinate representation of color #23ED01: hue angle of 111.36º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23ED01 is Cyan = 0.85, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 237 | 1 | - |
| CMYK | 0.85 | 0 | 1.00 | 0.07 |
| HSL | 111.36º | 0.99% | 0.47% | - |
| HSV(B) | 111.36º | 1% | 0.93% | - |
| XYZ | 30.98 | 60.93 | 10.16 | - |
| YUV | 149.7 | 44.08 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 1 | 0.85 | 0 | 1.00 | 0.07 | 111.36 | 0.99 | 0.47 |
| Hex | 23 | ED | 1 | 55 | 0 | 64 | 7 | 6F | 63 | 2F |
| Octal | 43 | 355 | 1 | 125 | 0 | 144 | 7 | 157 | 143 | 57 |
| Binary | 100011 | 11101101 | 1 | 1010101 | 0 | 1100100 | 111 | 1101111 | 1100011 | 101111 |
Color Harmonies of #23ED01
Complementary color
Monochromatic Colors of #23ED01
Black with #23ED01
Text Example
Text Example
White with #23ED01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ED01; }
p { color: rgb(35,237,1); }
H1.HeaderClassName
{
color: #23ED01;
}
.AnyTagClassName
{
color: #23ED01;
}
</style>
background-color css
<style>
a { background-color: #23ED01; }
a { background-color: rgb(35,237,1); }
div.DivClassName
{
background-color: #23ED01;
}
.BgClassName
{
background-color: #23ED01;
}
</style>
border-color css
<style>
span { border-color: #23ED01; }
span { border-color: rgb(35,237,1); }
td.TdClassName
{
border-color: #23ED01;
}
.TagClassName
{
border-color: #23ED01;
}
</style>