Shades of Harlequin #43F526
Tints of Harlequin #43F526
RGB
CMYK
RGB Variations
Color information
#43F526 (or 0x43F526) is known color: Harlequin. HEX triplet: 43, F5 and 26. RGB value is (67,245,38). Sum of RGB (Red+Green+Blue) = 67+245+38=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 245 (96.09% from 255 or 70% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 245 - color contains mainly: green. Hex color #43F526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F526 is #BC0AD9. Grayscale: #A8A8A8. Windows color (decimal): -12323546 or 2553155. OLE color: 2553155.
HSL color Cylindrical-coordinate representation of color #43F526: hue angle of 111.59º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43F526 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 245 | 38 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.04 |
| HSL | 111.59º | 0.91% | 0.55% | - |
| HSV(B) | 111.59º | 0.84% | 0.96% | - |
| XYZ | 35.32 | 66.64 | 12.83 | - |
| YUV | 168.18 | 54.53 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 245 | 38 | 0.73 | 0 | 0.84 | 0.04 | 111.59 | 0.91 | 0.55 |
| Hex | 43 | F5 | 26 | 49 | 0 | 54 | 4 | 70 | 5B | 37 |
| Octal | 103 | 365 | 46 | 111 | 0 | 124 | 4 | 160 | 133 | 67 |
| Binary | 1000011 | 11110101 | 100110 | 1001001 | 0 | 1010100 | 100 | 1110000 | 1011011 | 110111 |
Color Harmonies of #43F526
Complementary color
Monochromatic Colors of #43F526
Black with #43F526
Text Example
Text Example
White with #43F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F526; }
p { color: rgb(67,245,38); }
H1.HeaderClassName
{
color: #43F526;
}
.AnyTagClassName
{
color: #43F526;
}
</style>
background-color css
<style>
a { background-color: #43F526; }
a { background-color: rgb(67,245,38); }
div.DivClassName
{
background-color: #43F526;
}
.BgClassName
{
background-color: #43F526;
}
</style>
border-color css
<style>
span { border-color: #43F526; }
span { border-color: rgb(67,245,38); }
td.TdClassName
{
border-color: #43F526;
}
.TagClassName
{
border-color: #43F526;
}
</style>