Shades of Harlequin #52FB26
Tints of Harlequin #52FB26
RGB
CMYK
RGB Variations
Color information
#52FB26 (or 0x52FB26) is known color: Harlequin. HEX triplet: 52, FB and 26. RGB value is (82,251,38). Sum of RGB (Red+Green+Blue) = 82+251+38=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FB26 is #AD04D9. Grayscale: #B0B0B0. Windows color (decimal): -11338970 or 2554706. OLE color: 2554706.
HSL color Cylindrical-coordinate representation of color #52FB26: hue angle of 107.61º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52FB26 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 251 | 38 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.02 |
| HSL | 107.61º | 0.96% | 0.57% | - |
| HSV(B) | 107.61º | 0.85% | 0.98% | - |
| XYZ | 38.33 | 70.93 | 13.5 | - |
| YUV | 176.19 | 50.01 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 251 | 38 | 0.67 | 0 | 0.85 | 0.02 | 107.61 | 0.96 | 0.57 |
| Hex | 52 | FB | 26 | 43 | 0 | 55 | 2 | 6C | 60 | 39 |
| Octal | 122 | 373 | 46 | 103 | 0 | 125 | 2 | 154 | 140 | 71 |
| Binary | 1010010 | 11111011 | 100110 | 1000011 | 0 | 1010101 | 10 | 1101100 | 1100000 | 111001 |
Color Harmonies of #52FB26
Complementary color
Monochromatic Colors of #52FB26
Black with #52FB26
Text Example
Text Example
White with #52FB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FB26; }
p { color: rgb(82,251,38); }
H1.HeaderClassName
{
color: #52FB26;
}
.AnyTagClassName
{
color: #52FB26;
}
</style>
background-color css
<style>
a { background-color: #52FB26; }
a { background-color: rgb(82,251,38); }
div.DivClassName
{
background-color: #52FB26;
}
.BgClassName
{
background-color: #52FB26;
}
</style>
border-color css
<style>
span { border-color: #52FB26; }
span { border-color: rgb(82,251,38); }
td.TdClassName
{
border-color: #52FB26;
}
.TagClassName
{
border-color: #52FB26;
}
</style>