Shades of Harlequin #2FED09
Tints of Harlequin #2FED09
RGB
CMYK
RGB Variations
Color information
#2FED09 (or 0x2FED09) is known color: Harlequin. HEX triplet: 2F, ED and 09. RGB value is (47,237,9). Sum of RGB (Red+Green+Blue) = 47+237+9=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 237 (92.97% from 255 or 80.89% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FED09 is #D012F6. Grayscale: #9A9A9A. Windows color (decimal): -13636343 or 650543. OLE color: 650543.
HSL color Cylindrical-coordinate representation of color #2FED09: hue angle of 110º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FED09 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.07 |
| HSL | 110º | 0.93% | 0.48% | - |
| HSV(B) | 110º | 0.96% | 0.93% | - |
| XYZ | 31.51 | 61.19 | 10.41 | - |
| YUV | 154.2 | 46.05 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 9 | 0.80 | 0 | 0.96 | 0.07 | 110 | 0.93 | 0.48 |
| Hex | 2F | ED | 9 | 50 | 0 | 60 | 7 | 6E | 5D | 30 |
| Octal | 57 | 355 | 11 | 120 | 0 | 140 | 7 | 156 | 135 | 60 |
| Binary | 101111 | 11101101 | 1001 | 1010000 | 0 | 1100000 | 111 | 1101110 | 1011101 | 110000 |
Color Harmonies of #2FED09
Complementary color
Monochromatic Colors of #2FED09
Black with #2FED09
Text Example
Text Example
White with #2FED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED09; }
p { color: rgb(47,237,9); }
H1.HeaderClassName
{
color: #2FED09;
}
.AnyTagClassName
{
color: #2FED09;
}
</style>
background-color css
<style>
a { background-color: #2FED09; }
a { background-color: rgb(47,237,9); }
div.DivClassName
{
background-color: #2FED09;
}
.BgClassName
{
background-color: #2FED09;
}
</style>
border-color css
<style>
span { border-color: #2FED09; }
span { border-color: rgb(47,237,9); }
td.TdClassName
{
border-color: #2FED09;
}
.TagClassName
{
border-color: #2FED09;
}
</style>