Shades of Harlequin #4FF32B
Tints of Harlequin #4FF32B
RGB
CMYK
RGB Variations
Color information
#4FF32B (or 0x4FF32B) is known color: Harlequin. HEX triplet: 4F, F3 and 2B. RGB value is (79,243,43). Sum of RGB (Red+Green+Blue) = 79+243+43=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 243 (95.31% from 255 or 66.58% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF32B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF32B is #B00CD4. Grayscale: #ABABAB. Windows color (decimal): -11537621 or 2880335. OLE color: 2880335.
HSL color Cylindrical-coordinate representation of color #4FF32B: hue angle of 109.2º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4FF32B is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 243 | 43 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.05 |
| HSL | 109.2º | 0.89% | 0.56% | - |
| HSV(B) | 109.2º | 0.82% | 0.95% | - |
| XYZ | 35.71 | 65.94 | 13.13 | - |
| YUV | 171.16 | 55.67 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 43 | 0.67 | 0 | 0.82 | 0.05 | 109.2 | 0.89 | 0.56 |
| Hex | 4F | F3 | 2B | 43 | 0 | 52 | 5 | 6D | 59 | 38 |
| Octal | 117 | 363 | 53 | 103 | 0 | 122 | 5 | 155 | 131 | 70 |
| Binary | 1001111 | 11110011 | 101011 | 1000011 | 0 | 1010010 | 101 | 1101101 | 1011001 | 111000 |
Color Harmonies of #4FF32B
Complementary color
Monochromatic Colors of #4FF32B
Black with #4FF32B
Text Example
Text Example
White with #4FF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF32B; }
p { color: rgb(79,243,43); }
H1.HeaderClassName
{
color: #4FF32B;
}
.AnyTagClassName
{
color: #4FF32B;
}
</style>
background-color css
<style>
a { background-color: #4FF32B; }
a { background-color: rgb(79,243,43); }
div.DivClassName
{
background-color: #4FF32B;
}
.BgClassName
{
background-color: #4FF32B;
}
</style>
border-color css
<style>
span { border-color: #4FF32B; }
span { border-color: rgb(79,243,43); }
td.TdClassName
{
border-color: #4FF32B;
}
.TagClassName
{
border-color: #4FF32B;
}
</style>