Shades of Harlequin #4FFC27
Tints of Harlequin #4FFC27
RGB
CMYK
RGB Variations
Color information
#4FFC27 (or 0x4FFC27) is known color: Harlequin. HEX triplet: 4F, FC and 27. RGB value is (79,252,39). Sum of RGB (Red+Green+Blue) = 79+252+39=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 252 (98.83% from 255 or 68.11% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFC27 is #B003D8. Grayscale: #B0B0B0. Windows color (decimal): -11535321 or 2620495. OLE color: 2620495.
HSL color Cylindrical-coordinate representation of color #4FFC27: hue angle of 108.73º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4FFC27 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 39 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.01 |
| HSL | 108.73º | 0.97% | 0.57% | - |
| HSV(B) | 108.73º | 0.85% | 0.99% | - |
| XYZ | 38.4 | 71.43 | 13.68 | - |
| YUV | 175.99 | 50.69 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 39 | 0.69 | 0 | 0.85 | 0.01 | 108.73 | 0.97 | 0.57 |
| Hex | 4F | FC | 27 | 45 | 0 | 55 | 1 | 6D | 61 | 39 |
| Octal | 117 | 374 | 47 | 105 | 0 | 125 | 1 | 155 | 141 | 71 |
| Binary | 1001111 | 11111100 | 100111 | 1000101 | 0 | 1010101 | 1 | 1101101 | 1100001 | 111001 |
Color Harmonies of #4FFC27
Complementary color
Monochromatic Colors of #4FFC27
Black with #4FFC27
Text Example
Text Example
White with #4FFC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC27; }
p { color: rgb(79,252,39); }
H1.HeaderClassName
{
color: #4FFC27;
}
.AnyTagClassName
{
color: #4FFC27;
}
</style>
background-color css
<style>
a { background-color: #4FFC27; }
a { background-color: rgb(79,252,39); }
div.DivClassName
{
background-color: #4FFC27;
}
.BgClassName
{
background-color: #4FFC27;
}
</style>
border-color css
<style>
span { border-color: #4FFC27; }
span { border-color: rgb(79,252,39); }
td.TdClassName
{
border-color: #4FFC27;
}
.TagClassName
{
border-color: #4FFC27;
}
</style>