Shades of Harlequin #4FEA0A
Tints of Harlequin #4FEA0A
RGB
CMYK
RGB Variations
Color information
#4FEA0A (or 0x4FEA0A) is known color: Harlequin. HEX triplet: 4F, EA and 0A. RGB value is (79,234,10). Sum of RGB (Red+Green+Blue) = 79+234+10=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 234 (91.80% from 255 or 72.45% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEA0A is #B015F5. Grayscale: #A2A2A2. Windows color (decimal): -11539958 or 715343. OLE color: 715343.
HSL color Cylindrical-coordinate representation of color #4FEA0A: hue angle of 101.52º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4FEA0A is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 234 | 10 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.08 |
| HSL | 101.52º | 0.92% | 0.48% | - |
| HSV(B) | 101.52º | 0.96% | 0.92% | - |
| XYZ | 32.7 | 60.53 | 10.25 | - |
| YUV | 162.12 | 42.15 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 10 | 0.66 | 0 | 0.96 | 0.08 | 101.52 | 0.92 | 0.48 |
| Hex | 4F | EA | A | 42 | 0 | 60 | 8 | 66 | 5C | 30 |
| Octal | 117 | 352 | 12 | 102 | 0 | 140 | 10 | 146 | 134 | 60 |
| Binary | 1001111 | 11101010 | 1010 | 1000010 | 0 | 1100000 | 1000 | 1100110 | 1011100 | 110000 |
Color Harmonies of #4FEA0A
Complementary color
Monochromatic Colors of #4FEA0A
Black with #4FEA0A
Text Example
Text Example
White with #4FEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEA0A; }
p { color: rgb(79,234,10); }
H1.HeaderClassName
{
color: #4FEA0A;
}
.AnyTagClassName
{
color: #4FEA0A;
}
</style>
background-color css
<style>
a { background-color: #4FEA0A; }
a { background-color: rgb(79,234,10); }
div.DivClassName
{
background-color: #4FEA0A;
}
.BgClassName
{
background-color: #4FEA0A;
}
</style>
border-color css
<style>
span { border-color: #4FEA0A; }
span { border-color: rgb(79,234,10); }
td.TdClassName
{
border-color: #4FEA0A;
}
.TagClassName
{
border-color: #4FEA0A;
}
</style>