Shades of Harlequin #4FFD0D
Tints of Harlequin #4FFD0D
RGB
CMYK
RGB Variations
Color information
#4FFD0D (or 0x4FFD0D) is known color: Harlequin. HEX triplet: 4F, FD and 0D. RGB value is (79,253,13). Sum of RGB (Red+Green+Blue) = 79+253+13=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 253 (99.22% from 255 or 73.33% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFD0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFD0D is #B002F2. Grayscale: #AEAEAE. Windows color (decimal): -11535091 or 916815. OLE color: 916815.
HSL color Cylindrical-coordinate representation of color #4FFD0D: hue angle of 103.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FFD0D is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 13 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.01 |
| HSL | 103.5º | 0.98% | 0.52% | - |
| HSV(B) | 103.5º | 0.95% | 0.99% | - |
| XYZ | 38.42 | 71.94 | 12.24 | - |
| YUV | 173.61 | 37.35 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 13 | 0.69 | 0 | 0.95 | 0.01 | 103.5 | 0.98 | 0.52 |
| Hex | 4F | FD | D | 45 | 0 | 5F | 1 | 68 | 62 | 34 |
| Octal | 117 | 375 | 15 | 105 | 0 | 137 | 1 | 150 | 142 | 64 |
| Binary | 1001111 | 11111101 | 1101 | 1000101 | 0 | 1011111 | 1 | 1101000 | 1100010 | 110100 |
Color Harmonies of #4FFD0D
Complementary color
Monochromatic Colors of #4FFD0D
Black with #4FFD0D
Text Example
Text Example
White with #4FFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFD0D; }
p { color: rgb(79,253,13); }
H1.HeaderClassName
{
color: #4FFD0D;
}
.AnyTagClassName
{
color: #4FFD0D;
}
</style>
background-color css
<style>
a { background-color: #4FFD0D; }
a { background-color: rgb(79,253,13); }
div.DivClassName
{
background-color: #4FFD0D;
}
.BgClassName
{
background-color: #4FFD0D;
}
</style>
border-color css
<style>
span { border-color: #4FFD0D; }
span { border-color: rgb(79,253,13); }
td.TdClassName
{
border-color: #4FFD0D;
}
.TagClassName
{
border-color: #4FFD0D;
}
</style>