Shades of Harlequin #23F502
Tints of Harlequin #23F502
RGB
CMYK
RGB Variations
Color information
#23F502 (or 0x23F502) is known color: Harlequin. HEX triplet: 23, F5 and 02. RGB value is (35,245,2). Sum of RGB (Red+Green+Blue) = 35+245+2=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 245 (96.09% from 255 or 86.88% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 245 - color contains mainly: green. Hex color #23F502 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #23F502 is #DC0AFD. Grayscale: #9B9B9B. Windows color (decimal): -14420734 or 193827. OLE color: 193827.
HSL color Cylindrical-coordinate representation of color #23F502: hue angle of 111.85º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23F502 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 245 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.04 |
| HSL | 111.85º | 0.98% | 0.48% | - |
| HSV(B) | 111.85º | 0.99% | 0.96% | - |
| XYZ | 33.36 | 65.67 | 10.97 | - |
| YUV | 154.51 | 41.93 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 245 | 2 | 0.86 | 0 | 0.99 | 0.04 | 111.85 | 0.98 | 0.48 |
| Hex | 23 | F5 | 2 | 56 | 0 | 63 | 4 | 70 | 62 | 30 |
| Octal | 43 | 365 | 2 | 126 | 0 | 143 | 4 | 160 | 142 | 60 |
| Binary | 100011 | 11110101 | 10 | 1010110 | 0 | 1100011 | 100 | 1110000 | 1100010 | 110000 |
Color Harmonies of #23F502
Complementary color
Monochromatic Colors of #23F502
Black with #23F502
Text Example
Text Example
White with #23F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F502; }
p { color: rgb(35,245,2); }
H1.HeaderClassName
{
color: #23F502;
}
.AnyTagClassName
{
color: #23F502;
}
</style>
background-color css
<style>
a { background-color: #23F502; }
a { background-color: rgb(35,245,2); }
div.DivClassName
{
background-color: #23F502;
}
.BgClassName
{
background-color: #23F502;
}
</style>
border-color css
<style>
span { border-color: #23F502; }
span { border-color: rgb(35,245,2); }
td.TdClassName
{
border-color: #23F502;
}
.TagClassName
{
border-color: #23F502;
}
</style>