Shades of Harlequin #38FE03
Tints of Harlequin #38FE03
RGB
CMYK
RGB Variations
Color information
#38FE03 (or 0x38FE03) is known color: Harlequin. HEX triplet: 38, FE and 03. RGB value is (56,254,3). Sum of RGB (Red+Green+Blue) = 56+254+3=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 254 (99.61% from 255 or 81.15% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FE03 is #C701FC. Grayscale: #A6A6A6. Windows color (decimal): -13042173 or 261688. OLE color: 261688.
HSL color Cylindrical-coordinate representation of color #38FE03: hue angle of 107.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38FE03 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.00 |
| HSL | 107.33º | 0.99% | 0.5% | - |
| HSV(B) | 107.33º | 0.99% | 1% | - |
| XYZ | 37.09 | 71.73 | 11.98 | - |
| YUV | 166.18 | 35.9 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 3 | 0.78 | 0 | 0.99 | 0.00 | 107.33 | 0.99 | 0.5 |
| Hex | 38 | FE | 3 | 4E | 0 | 63 | 0 | 6B | 63 | 32 |
| Octal | 70 | 376 | 3 | 116 | 0 | 143 | 0 | 153 | 143 | 62 |
| Binary | 111000 | 11111110 | 11 | 1001110 | 0 | 1100011 | 0 | 1101011 | 1100011 | 110010 |
Color Harmonies of #38FE03
Complementary color
Monochromatic Colors of #38FE03
Black with #38FE03
Text Example
Text Example
White with #38FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE03; }
p { color: rgb(56,254,3); }
H1.HeaderClassName
{
color: #38FE03;
}
.AnyTagClassName
{
color: #38FE03;
}
</style>
background-color css
<style>
a { background-color: #38FE03; }
a { background-color: rgb(56,254,3); }
div.DivClassName
{
background-color: #38FE03;
}
.BgClassName
{
background-color: #38FE03;
}
</style>
border-color css
<style>
span { border-color: #38FE03; }
span { border-color: rgb(56,254,3); }
td.TdClassName
{
border-color: #38FE03;
}
.TagClassName
{
border-color: #38FE03;
}
</style>