Shades of Harlequin #4FFB2D
Tints of Harlequin #4FFB2D
RGB
CMYK
RGB Variations
Color information
#4FFB2D (or 0x4FFB2D) is known color: Harlequin. HEX triplet: 4F, FB and 2D. RGB value is (79,251,45). Sum of RGB (Red+Green+Blue) = 79+251+45=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 251 (98.44% from 255 or 66.93% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFB2D is #B004D2. Grayscale: #B0B0B0. Windows color (decimal): -11535571 or 3013455. OLE color: 3013455.
HSL color Cylindrical-coordinate representation of color #4FFB2D: hue angle of 110.1º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4FFB2D is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 45 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.02 |
| HSL | 110.1º | 0.96% | 0.58% | - |
| HSV(B) | 110.1º | 0.82% | 0.98% | - |
| XYZ | 38.2 | 70.85 | 14.14 | - |
| YUV | 176.09 | 54.02 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 45 | 0.69 | 0 | 0.82 | 0.02 | 110.1 | 0.96 | 0.58 |
| Hex | 4F | FB | 2D | 45 | 0 | 52 | 2 | 6E | 60 | 3A |
| Octal | 117 | 373 | 55 | 105 | 0 | 122 | 2 | 156 | 140 | 72 |
| Binary | 1001111 | 11111011 | 101101 | 1000101 | 0 | 1010010 | 10 | 1101110 | 1100000 | 111010 |
Color Harmonies of #4FFB2D
Complementary color
Monochromatic Colors of #4FFB2D
Black with #4FFB2D
Text Example
Text Example
White with #4FFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFB2D; }
p { color: rgb(79,251,45); }
H1.HeaderClassName
{
color: #4FFB2D;
}
.AnyTagClassName
{
color: #4FFB2D;
}
</style>
background-color css
<style>
a { background-color: #4FFB2D; }
a { background-color: rgb(79,251,45); }
div.DivClassName
{
background-color: #4FFB2D;
}
.BgClassName
{
background-color: #4FFB2D;
}
</style>
border-color css
<style>
span { border-color: #4FFB2D; }
span { border-color: rgb(79,251,45); }
td.TdClassName
{
border-color: #4FFB2D;
}
.TagClassName
{
border-color: #4FFB2D;
}
</style>