Shades of Harlequin #43FC28
Tints of Harlequin #43FC28
RGB
CMYK
RGB Variations
Color information
#43FC28 (or 0x43FC28) is known color: Harlequin. HEX triplet: 43, FC and 28. RGB value is (67,252,40). Sum of RGB (Red+Green+Blue) = 67+252+40=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 252 (98.83% from 255 or 70.19% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 252 - color contains mainly: green. Hex color #43FC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FC28 is #BC03D7. Grayscale: #ADADAD. Windows color (decimal): -12321752 or 2686019. OLE color: 2686019.
HSL color Cylindrical-coordinate representation of color #43FC28: hue angle of 112.36º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43FC28 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 40 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.01 |
| HSL | 112.36º | 0.97% | 0.57% | - |
| HSV(B) | 112.36º | 0.84% | 0.99% | - |
| XYZ | 37.51 | 70.97 | 13.73 | - |
| YUV | 172.52 | 53.21 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 40 | 0.73 | 0 | 0.84 | 0.01 | 112.36 | 0.97 | 0.57 |
| Hex | 43 | FC | 28 | 49 | 0 | 54 | 1 | 70 | 61 | 39 |
| Octal | 103 | 374 | 50 | 111 | 0 | 124 | 1 | 160 | 141 | 71 |
| Binary | 1000011 | 11111100 | 101000 | 1001001 | 0 | 1010100 | 1 | 1110000 | 1100001 | 111001 |
Color Harmonies of #43FC28
Complementary color
Monochromatic Colors of #43FC28
Black with #43FC28
Text Example
Text Example
White with #43FC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FC28; }
p { color: rgb(67,252,40); }
H1.HeaderClassName
{
color: #43FC28;
}
.AnyTagClassName
{
color: #43FC28;
}
</style>
background-color css
<style>
a { background-color: #43FC28; }
a { background-color: rgb(67,252,40); }
div.DivClassName
{
background-color: #43FC28;
}
.BgClassName
{
background-color: #43FC28;
}
</style>
border-color css
<style>
span { border-color: #43FC28; }
span { border-color: rgb(67,252,40); }
td.TdClassName
{
border-color: #43FC28;
}
.TagClassName
{
border-color: #43FC28;
}
</style>