Shades of Harlequin #4CFB04
Tints of Harlequin #4CFB04
RGB
CMYK
RGB Variations
Color information
#4CFB04 (or 0x4CFB04) is known color: Harlequin. HEX triplet: 4C, FB and 04. RGB value is (76,251,4). Sum of RGB (Red+Green+Blue) = 76+251+4=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 251 (98.44% from 255 or 75.83% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFB04 is #B304FB. Grayscale: #ABABAB. Windows color (decimal): -11732220 or 326476. OLE color: 326476.
HSL color Cylindrical-coordinate representation of color #4CFB04: hue angle of 102.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4CFB04 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.02 |
| HSL | 102.51º | 0.97% | 0.5% | - |
| HSV(B) | 102.51º | 0.98% | 0.98% | - |
| XYZ | 37.5 | 70.54 | 11.75 | - |
| YUV | 170.52 | 34.02 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 4 | 0.70 | 0 | 0.98 | 0.02 | 102.51 | 0.97 | 0.5 |
| Hex | 4C | FB | 4 | 46 | 0 | 62 | 2 | 67 | 61 | 32 |
| Octal | 114 | 373 | 4 | 106 | 0 | 142 | 2 | 147 | 141 | 62 |
| Binary | 1001100 | 11111011 | 100 | 1000110 | 0 | 1100010 | 10 | 1100111 | 1100001 | 110010 |
Color Harmonies of #4CFB04
Complementary color
Monochromatic Colors of #4CFB04
Black with #4CFB04
Text Example
Text Example
White with #4CFB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB04; }
p { color: rgb(76,251,4); }
H1.HeaderClassName
{
color: #4CFB04;
}
.AnyTagClassName
{
color: #4CFB04;
}
</style>
background-color css
<style>
a { background-color: #4CFB04; }
a { background-color: rgb(76,251,4); }
div.DivClassName
{
background-color: #4CFB04;
}
.BgClassName
{
background-color: #4CFB04;
}
</style>
border-color css
<style>
span { border-color: #4CFB04; }
span { border-color: rgb(76,251,4); }
td.TdClassName
{
border-color: #4CFB04;
}
.TagClassName
{
border-color: #4CFB04;
}
</style>