Shades of Harlequin #2FF523
Tints of Harlequin #2FF523
RGB
CMYK
RGB Variations
Color information
#2FF523 (or 0x2FF523) is known color: Harlequin. HEX triplet: 2F, F5 and 23. RGB value is (47,245,35). Sum of RGB (Red+Green+Blue) = 47+245+35=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 245 (96.09% from 255 or 74.92% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF523 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF523 is #D00ADC. Grayscale: #A2A2A2. Windows color (decimal): -13634269 or 2356527. OLE color: 2356527.
HSL color Cylindrical-coordinate representation of color #2FF523: hue angle of 116.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FF523 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 35 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.04 |
| HSL | 116.57º | 0.91% | 0.55% | - |
| HSV(B) | 116.57º | 0.86% | 0.96% | - |
| XYZ | 34.13 | 66.03 | 12.54 | - |
| YUV | 161.86 | 56.4 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 35 | 0.81 | 0 | 0.86 | 0.04 | 116.57 | 0.91 | 0.55 |
| Hex | 2F | F5 | 23 | 51 | 0 | 56 | 4 | 75 | 5B | 37 |
| Octal | 57 | 365 | 43 | 121 | 0 | 126 | 4 | 165 | 133 | 67 |
| Binary | 101111 | 11110101 | 100011 | 1010001 | 0 | 1010110 | 100 | 1110101 | 1011011 | 110111 |
Color Harmonies of #2FF523
Complementary color
Monochromatic Colors of #2FF523
Black with #2FF523
Text Example
Text Example
White with #2FF523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF523; }
p { color: rgb(47,245,35); }
H1.HeaderClassName
{
color: #2FF523;
}
.AnyTagClassName
{
color: #2FF523;
}
</style>
background-color css
<style>
a { background-color: #2FF523; }
a { background-color: rgb(47,245,35); }
div.DivClassName
{
background-color: #2FF523;
}
.BgClassName
{
background-color: #2FF523;
}
</style>
border-color css
<style>
span { border-color: #2FF523; }
span { border-color: rgb(47,245,35); }
td.TdClassName
{
border-color: #2FF523;
}
.TagClassName
{
border-color: #2FF523;
}
</style>