Shades of Harlequin #4DF308
Tints of Harlequin #4DF308
RGB
CMYK
RGB Variations
Color information
#4DF308 (or 0x4DF308) is known color: Harlequin. HEX triplet: 4D, F3 and 08. RGB value is (77,243,8). Sum of RGB (Red+Green+Blue) = 77+243+8=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF308 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF308 is #B20CF7. Grayscale: #A7A7A7. Windows color (decimal): -11668728 or 586573. OLE color: 586573.
HSL color Cylindrical-coordinate representation of color #4DF308: hue angle of 102.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DF308 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 8 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.05 |
| HSL | 102.38º | 0.94% | 0.49% | - |
| HSV(B) | 102.38º | 0.97% | 0.95% | - |
| XYZ | 35.15 | 65.7 | 11.06 | - |
| YUV | 166.58 | 38.5 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 8 | 0.68 | 0 | 0.97 | 0.05 | 102.38 | 0.94 | 0.49 |
| Hex | 4D | F3 | 8 | 44 | 0 | 61 | 5 | 66 | 5E | 31 |
| Octal | 115 | 363 | 10 | 104 | 0 | 141 | 5 | 146 | 136 | 61 |
| Binary | 1001101 | 11110011 | 1000 | 1000100 | 0 | 1100001 | 101 | 1100110 | 1011110 | 110001 |
Color Harmonies of #4DF308
Complementary color
Monochromatic Colors of #4DF308
Black with #4DF308
Text Example
Text Example
White with #4DF308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF308; }
p { color: rgb(77,243,8); }
H1.HeaderClassName
{
color: #4DF308;
}
.AnyTagClassName
{
color: #4DF308;
}
</style>
background-color css
<style>
a { background-color: #4DF308; }
a { background-color: rgb(77,243,8); }
div.DivClassName
{
background-color: #4DF308;
}
.BgClassName
{
background-color: #4DF308;
}
</style>
border-color css
<style>
span { border-color: #4DF308; }
span { border-color: rgb(77,243,8); }
td.TdClassName
{
border-color: #4DF308;
}
.TagClassName
{
border-color: #4DF308;
}
</style>