Shades of Harlequin #4FF328
Tints of Harlequin #4FF328
RGB
CMYK
RGB Variations
Color information
#4FF328 (or 0x4FF328) is known color: Harlequin. HEX triplet: 4F, F3 and 28. RGB value is (79,243,40). Sum of RGB (Red+Green+Blue) = 79+243+40=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF328 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF328 is #B00CD7. Grayscale: #ABABAB. Windows color (decimal): -11537624 or 2683727. OLE color: 2683727.
HSL color Cylindrical-coordinate representation of color #4FF328: hue angle of 108.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4FF328 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 243 | 40 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.05 |
| HSL | 108.47º | 0.89% | 0.55% | - |
| HSV(B) | 108.47º | 0.84% | 0.95% | - |
| XYZ | 35.66 | 65.92 | 12.85 | - |
| YUV | 170.82 | 54.17 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 40 | 0.67 | 0 | 0.84 | 0.05 | 108.47 | 0.89 | 0.55 |
| Hex | 4F | F3 | 28 | 43 | 0 | 54 | 5 | 6C | 59 | 37 |
| Octal | 117 | 363 | 50 | 103 | 0 | 124 | 5 | 154 | 131 | 67 |
| Binary | 1001111 | 11110011 | 101000 | 1000011 | 0 | 1010100 | 101 | 1101100 | 1011001 | 110111 |
Color Harmonies of #4FF328
Complementary color
Monochromatic Colors of #4FF328
Black with #4FF328
Text Example
Text Example
White with #4FF328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF328; }
p { color: rgb(79,243,40); }
H1.HeaderClassName
{
color: #4FF328;
}
.AnyTagClassName
{
color: #4FF328;
}
</style>
background-color css
<style>
a { background-color: #4FF328; }
a { background-color: rgb(79,243,40); }
div.DivClassName
{
background-color: #4FF328;
}
.BgClassName
{
background-color: #4FF328;
}
</style>
border-color css
<style>
span { border-color: #4FF328; }
span { border-color: rgb(79,243,40); }
td.TdClassName
{
border-color: #4FF328;
}
.TagClassName
{
border-color: #4FF328;
}
</style>