Shades of Harlequin #3BFC23
Tints of Harlequin #3BFC23
RGB
CMYK
RGB Variations
Color information
#3BFC23 (or 0x3BFC23) is known color: Harlequin. HEX triplet: 3B, FC and 23. RGB value is (59,252,35). Sum of RGB (Red+Green+Blue) = 59+252+35=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFC23 is #C403DC. Grayscale: #AAAAAA. Windows color (decimal): -12846045 or 2358331. OLE color: 2358331.
HSL color Cylindrical-coordinate representation of color #3BFC23: hue angle of 113.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BFC23 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 35 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.01 |
| HSL | 113.36º | 0.97% | 0.56% | - |
| HSV(B) | 113.36º | 0.86% | 0.99% | - |
| XYZ | 36.92 | 70.67 | 13.29 | - |
| YUV | 169.56 | 52.06 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 35 | 0.77 | 0 | 0.86 | 0.01 | 113.36 | 0.97 | 0.56 |
| Hex | 3B | FC | 23 | 4D | 0 | 56 | 1 | 71 | 61 | 38 |
| Octal | 73 | 374 | 43 | 115 | 0 | 126 | 1 | 161 | 141 | 70 |
| Binary | 111011 | 11111100 | 100011 | 1001101 | 0 | 1010110 | 1 | 1110001 | 1100001 | 111000 |
Color Harmonies of #3BFC23
Complementary color
Monochromatic Colors of #3BFC23
Black with #3BFC23
Text Example
Text Example
White with #3BFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFC23; }
p { color: rgb(59,252,35); }
H1.HeaderClassName
{
color: #3BFC23;
}
.AnyTagClassName
{
color: #3BFC23;
}
</style>
background-color css
<style>
a { background-color: #3BFC23; }
a { background-color: rgb(59,252,35); }
div.DivClassName
{
background-color: #3BFC23;
}
.BgClassName
{
background-color: #3BFC23;
}
</style>
border-color css
<style>
span { border-color: #3BFC23; }
span { border-color: rgb(59,252,35); }
td.TdClassName
{
border-color: #3BFC23;
}
.TagClassName
{
border-color: #3BFC23;
}
</style>