Shades of Harlequin #2FFA05
Tints of Harlequin #2FFA05
RGB
CMYK
RGB Variations
Color information
#2FFA05 (or 0x2FFA05) is known color: Harlequin. HEX triplet: 2F, FA and 05. RGB value is (47,250,5). Sum of RGB (Red+Green+Blue) = 47+250+5=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 250 (98.05% from 255 or 82.78% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFA05 is #D005FA. Grayscale: #A2A2A2. Windows color (decimal): -13633019 or 391727. OLE color: 391727.
HSL color Cylindrical-coordinate representation of color #2FFA05: hue angle of 109.71º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FFA05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.02 |
| HSL | 109.71º | 0.96% | 0.5% | - |
| HSV(B) | 109.71º | 0.98% | 0.98% | - |
| XYZ | 35.39 | 68.99 | 11.59 | - |
| YUV | 161.37 | 39.75 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 5 | 0.81 | 0 | 0.98 | 0.02 | 109.71 | 0.96 | 0.5 |
| Hex | 2F | FA | 5 | 51 | 0 | 62 | 2 | 6E | 60 | 32 |
| Octal | 57 | 372 | 5 | 121 | 0 | 142 | 2 | 156 | 140 | 62 |
| Binary | 101111 | 11111010 | 101 | 1010001 | 0 | 1100010 | 10 | 1101110 | 1100000 | 110010 |
Color Harmonies of #2FFA05
Complementary color
Monochromatic Colors of #2FFA05
Black with #2FFA05
Text Example
Text Example
White with #2FFA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA05; }
p { color: rgb(47,250,5); }
H1.HeaderClassName
{
color: #2FFA05;
}
.AnyTagClassName
{
color: #2FFA05;
}
</style>
background-color css
<style>
a { background-color: #2FFA05; }
a { background-color: rgb(47,250,5); }
div.DivClassName
{
background-color: #2FFA05;
}
.BgClassName
{
background-color: #2FFA05;
}
</style>
border-color css
<style>
span { border-color: #2FFA05; }
span { border-color: rgb(47,250,5); }
td.TdClassName
{
border-color: #2FFA05;
}
.TagClassName
{
border-color: #2FFA05;
}
</style>