Shades of Harlequin #2FFD05
Tints of Harlequin #2FFD05
RGB
CMYK
RGB Variations
Color information
#2FFD05 (or 0x2FFD05) is known color: Harlequin. HEX triplet: 2F, FD and 05. RGB value is (47,253,5). Sum of RGB (Red+Green+Blue) = 47+253+5=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 253 (99.22% from 255 or 82.95% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFD05 is #D002FA. Grayscale: #A3A3A3. Windows color (decimal): -13632251 or 392495. OLE color: 392495.
HSL color Cylindrical-coordinate representation of color #2FFD05: hue angle of 109.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FFD05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.01 |
| HSL | 109.84º | 0.98% | 0.51% | - |
| HSV(B) | 109.84º | 0.98% | 0.99% | - |
| XYZ | 36.32 | 70.87 | 11.91 | - |
| YUV | 163.13 | 38.75 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 5 | 0.81 | 0 | 0.98 | 0.01 | 109.84 | 0.98 | 0.51 |
| Hex | 2F | FD | 5 | 51 | 0 | 62 | 1 | 6E | 62 | 33 |
| Octal | 57 | 375 | 5 | 121 | 0 | 142 | 1 | 156 | 142 | 63 |
| Binary | 101111 | 11111101 | 101 | 1010001 | 0 | 1100010 | 1 | 1101110 | 1100010 | 110011 |
Color Harmonies of #2FFD05
Complementary color
Monochromatic Colors of #2FFD05
Black with #2FFD05
Text Example
Text Example
White with #2FFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD05; }
p { color: rgb(47,253,5); }
H1.HeaderClassName
{
color: #2FFD05;
}
.AnyTagClassName
{
color: #2FFD05;
}
</style>
background-color css
<style>
a { background-color: #2FFD05; }
a { background-color: rgb(47,253,5); }
div.DivClassName
{
background-color: #2FFD05;
}
.BgClassName
{
background-color: #2FFD05;
}
</style>
border-color css
<style>
span { border-color: #2FFD05; }
span { border-color: rgb(47,253,5); }
td.TdClassName
{
border-color: #2FFD05;
}
.TagClassName
{
border-color: #2FFD05;
}
</style>