Shades of Harlequin #2FDF05
Tints of Harlequin #2FDF05
RGB
CMYK
RGB Variations
Color information
#2FDF05 (or 0x2FDF05) is known color: Harlequin. HEX triplet: 2F, DF and 05. RGB value is (47,223,5). Sum of RGB (Red+Green+Blue) = 47+223+5=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 223 (87.5% from 255 or 81.09% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDF05 is #D020FA. Grayscale: #929292. Windows color (decimal): -13639931 or 384815. OLE color: 384815.
HSL color Cylindrical-coordinate representation of color #2FDF05: hue angle of 108.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FDF05 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.13 |
| HSL | 108.44º | 0.96% | 0.45% | - |
| HSV(B) | 108.44º | 0.98% | 0.87% | - |
| XYZ | 27.59 | 53.39 | 9 | - |
| YUV | 145.52 | 48.69 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 5 | 0.79 | 0 | 0.98 | 0.13 | 108.44 | 0.96 | 0.45 |
| Hex | 2F | DF | 5 | 4F | 0 | 62 | D | 6C | 60 | 2D |
| Octal | 57 | 337 | 5 | 117 | 0 | 142 | 15 | 154 | 140 | 55 |
| Binary | 101111 | 11011111 | 101 | 1001111 | 0 | 1100010 | 1101 | 1101100 | 1100000 | 101101 |
Color Harmonies of #2FDF05
Complementary color
Monochromatic Colors of #2FDF05
Black with #2FDF05
Text Example
Text Example
White with #2FDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF05; }
p { color: rgb(47,223,5); }
H1.HeaderClassName
{
color: #2FDF05;
}
.AnyTagClassName
{
color: #2FDF05;
}
</style>
background-color css
<style>
a { background-color: #2FDF05; }
a { background-color: rgb(47,223,5); }
div.DivClassName
{
background-color: #2FDF05;
}
.BgClassName
{
background-color: #2FDF05;
}
</style>
border-color css
<style>
span { border-color: #2FDF05; }
span { border-color: rgb(47,223,5); }
td.TdClassName
{
border-color: #2FDF05;
}
.TagClassName
{
border-color: #2FDF05;
}
</style>