Shades of Harlequin #2FD80A
Tints of Harlequin #2FD80A
RGB
CMYK
RGB Variations
Color information
#2FD80A (or 0x2FD80A) is known color: Harlequin. HEX triplet: 2F, D8 and 0A. RGB value is (47,216,10). Sum of RGB (Red+Green+Blue) = 47+216+10=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 216 (84.77% from 255 or 79.12% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD80A is #D027F5. Grayscale: #8E8E8E. Windows color (decimal): -13641718 or 710703. OLE color: 710703.
HSL color Cylindrical-coordinate representation of color #2FD80A: hue angle of 109.22º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FD80A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 10 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.15 |
| HSL | 109.22º | 0.91% | 0.44% | - |
| HSV(B) | 109.22º | 0.95% | 0.85% | - |
| XYZ | 25.78 | 49.74 | 8.53 | - |
| YUV | 141.99 | 53.51 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 10 | 0.78 | 0 | 0.95 | 0.15 | 109.22 | 0.91 | 0.44 |
| Hex | 2F | D8 | A | 4E | 0 | 5F | F | 6D | 5B | 2C |
| Octal | 57 | 330 | 12 | 116 | 0 | 137 | 17 | 155 | 133 | 54 |
| Binary | 101111 | 11011000 | 1010 | 1001110 | 0 | 1011111 | 1111 | 1101101 | 1011011 | 101100 |
Color Harmonies of #2FD80A
Complementary color
Monochromatic Colors of #2FD80A
Black with #2FD80A
Text Example
Text Example
White with #2FD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD80A; }
p { color: rgb(47,216,10); }
H1.HeaderClassName
{
color: #2FD80A;
}
.AnyTagClassName
{
color: #2FD80A;
}
</style>
background-color css
<style>
a { background-color: #2FD80A; }
a { background-color: rgb(47,216,10); }
div.DivClassName
{
background-color: #2FD80A;
}
.BgClassName
{
background-color: #2FD80A;
}
</style>
border-color css
<style>
span { border-color: #2FD80A; }
span { border-color: rgb(47,216,10); }
td.TdClassName
{
border-color: #2FD80A;
}
.TagClassName
{
border-color: #2FD80A;
}
</style>