Shades of Harlequin #4FED0D
Tints of Harlequin #4FED0D
RGB
CMYK
RGB Variations
Color information
#4FED0D (or 0x4FED0D) is known color: Harlequin. HEX triplet: 4F, ED and 0D. RGB value is (79,237,13). Sum of RGB (Red+Green+Blue) = 79+237+13=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 237 (92.97% from 255 or 72.04% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 237 - color contains mainly: green. Hex color #4FED0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FED0D is #B012F2. Grayscale: #A4A4A4. Windows color (decimal): -11539187 or 912719. OLE color: 912719.
HSL color Cylindrical-coordinate representation of color #4FED0D: hue angle of 102.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FED0D is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 13 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.07 |
| HSL | 102.32º | 0.9% | 0.49% | - |
| HSV(B) | 102.32º | 0.95% | 0.93% | - |
| XYZ | 33.58 | 62.26 | 10.63 | - |
| YUV | 164.22 | 42.65 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 13 | 0.67 | 0 | 0.95 | 0.07 | 102.32 | 0.9 | 0.49 |
| Hex | 4F | ED | D | 43 | 0 | 5F | 7 | 66 | 5A | 31 |
| Octal | 117 | 355 | 15 | 103 | 0 | 137 | 7 | 146 | 132 | 61 |
| Binary | 1001111 | 11101101 | 1101 | 1000011 | 0 | 1011111 | 111 | 1100110 | 1011010 | 110001 |
Color Harmonies of #4FED0D
Complementary color
Monochromatic Colors of #4FED0D
Black with #4FED0D
Text Example
Text Example
White with #4FED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FED0D; }
p { color: rgb(79,237,13); }
H1.HeaderClassName
{
color: #4FED0D;
}
.AnyTagClassName
{
color: #4FED0D;
}
</style>
background-color css
<style>
a { background-color: #4FED0D; }
a { background-color: rgb(79,237,13); }
div.DivClassName
{
background-color: #4FED0D;
}
.BgClassName
{
background-color: #4FED0D;
}
</style>
border-color css
<style>
span { border-color: #4FED0D; }
span { border-color: rgb(79,237,13); }
td.TdClassName
{
border-color: #4FED0D;
}
.TagClassName
{
border-color: #4FED0D;
}
</style>