Shades of Harlequin #2FDA09
Tints of Harlequin #2FDA09
RGB
CMYK
RGB Variations
Color information
#2FDA09 (or 0x2FDA09) is known color: Harlequin. HEX triplet: 2F, DA and 09. RGB value is (47,218,9). Sum of RGB (Red+Green+Blue) = 47+218+9=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA09 is #D025F6. Grayscale: #8F8F8F. Windows color (decimal): -13641207 or 645679. OLE color: 645679.
HSL color Cylindrical-coordinate representation of color #2FDA09: hue angle of 109.09º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FDA09 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 9 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.15 |
| HSL | 109.09º | 0.92% | 0.45% | - |
| HSV(B) | 109.09º | 0.96% | 0.85% | - |
| XYZ | 26.29 | 50.77 | 8.67 | - |
| YUV | 143.05 | 52.35 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 9 | 0.78 | 0 | 0.96 | 0.15 | 109.09 | 0.92 | 0.45 |
| Hex | 2F | DA | 9 | 4E | 0 | 60 | F | 6D | 5C | 2D |
| Octal | 57 | 332 | 11 | 116 | 0 | 140 | 17 | 155 | 134 | 55 |
| Binary | 101111 | 11011010 | 1001 | 1001110 | 0 | 1100000 | 1111 | 1101101 | 1011100 | 101101 |
Color Harmonies of #2FDA09
Complementary color
Monochromatic Colors of #2FDA09
Black with #2FDA09
Text Example
Text Example
White with #2FDA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA09; }
p { color: rgb(47,218,9); }
H1.HeaderClassName
{
color: #2FDA09;
}
.AnyTagClassName
{
color: #2FDA09;
}
</style>
background-color css
<style>
a { background-color: #2FDA09; }
a { background-color: rgb(47,218,9); }
div.DivClassName
{
background-color: #2FDA09;
}
.BgClassName
{
background-color: #2FDA09;
}
</style>
border-color css
<style>
span { border-color: #2FDA09; }
span { border-color: rgb(47,218,9); }
td.TdClassName
{
border-color: #2FDA09;
}
.TagClassName
{
border-color: #2FDA09;
}
</style>