Shades of Harlequin #2FFA0A
Tints of Harlequin #2FFA0A
RGB
CMYK
RGB Variations
Color information
#2FFA0A (or 0x2FFA0A) is known color: Harlequin. HEX triplet: 2F, FA and 0A. RGB value is (47,250,10). Sum of RGB (Red+Green+Blue) = 47+250+10=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 250 (98.05% from 255 or 81.43% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFA0A is #D005F5. Grayscale: #A2A2A2. Windows color (decimal): -13633014 or 719407. OLE color: 719407.
HSL color Cylindrical-coordinate representation of color #2FFA0A: hue angle of 110.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FFA0A is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 10 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.02 |
| HSL | 110.75º | 0.96% | 0.51% | - |
| HSV(B) | 110.75º | 0.96% | 0.98% | - |
| XYZ | 35.41 | 69 | 11.74 | - |
| YUV | 161.94 | 42.25 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 10 | 0.81 | 0 | 0.96 | 0.02 | 110.75 | 0.96 | 0.51 |
| Hex | 2F | FA | A | 51 | 0 | 60 | 2 | 6F | 60 | 33 |
| Octal | 57 | 372 | 12 | 121 | 0 | 140 | 2 | 157 | 140 | 63 |
| Binary | 101111 | 11111010 | 1010 | 1010001 | 0 | 1100000 | 10 | 1101111 | 1100000 | 110011 |
Color Harmonies of #2FFA0A
Complementary color
Monochromatic Colors of #2FFA0A
Black with #2FFA0A
Text Example
Text Example
White with #2FFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA0A; }
p { color: rgb(47,250,10); }
H1.HeaderClassName
{
color: #2FFA0A;
}
.AnyTagClassName
{
color: #2FFA0A;
}
</style>
background-color css
<style>
a { background-color: #2FFA0A; }
a { background-color: rgb(47,250,10); }
div.DivClassName
{
background-color: #2FFA0A;
}
.BgClassName
{
background-color: #2FFA0A;
}
</style>
border-color css
<style>
span { border-color: #2FFA0A; }
span { border-color: rgb(47,250,10); }
td.TdClassName
{
border-color: #2FFA0A;
}
.TagClassName
{
border-color: #2FFA0A;
}
</style>