Shades of Harlequin #38DF03
Tints of Harlequin #38DF03
RGB
CMYK
RGB Variations
Color information
#38DF03 (or 0x38DF03) is known color: Harlequin. HEX triplet: 38, DF and 03. RGB value is (56,223,3). Sum of RGB (Red+Green+Blue) = 56+223+3=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF03 is #C720FC. Grayscale: #949494. Windows color (decimal): -13050109 or 253752. OLE color: 253752.
HSL color Cylindrical-coordinate representation of color #38DF03: hue angle of 105.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38DF03 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.13 |
| HSL | 105.55º | 0.97% | 0.44% | - |
| HSV(B) | 105.55º | 0.99% | 0.87% | - |
| XYZ | 28.04 | 53.62 | 8.96 | - |
| YUV | 147.99 | 46.17 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 3 | 0.75 | 0 | 0.99 | 0.13 | 105.55 | 0.97 | 0.44 |
| Hex | 38 | DF | 3 | 4B | 0 | 63 | D | 6A | 61 | 2C |
| Octal | 70 | 337 | 3 | 113 | 0 | 143 | 15 | 152 | 141 | 54 |
| Binary | 111000 | 11011111 | 11 | 1001011 | 0 | 1100011 | 1101 | 1101010 | 1100001 | 101100 |
Color Harmonies of #38DF03
Complementary color
Monochromatic Colors of #38DF03
Black with #38DF03
Text Example
Text Example
White with #38DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF03; }
p { color: rgb(56,223,3); }
H1.HeaderClassName
{
color: #38DF03;
}
.AnyTagClassName
{
color: #38DF03;
}
</style>
background-color css
<style>
a { background-color: #38DF03; }
a { background-color: rgb(56,223,3); }
div.DivClassName
{
background-color: #38DF03;
}
.BgClassName
{
background-color: #38DF03;
}
</style>
border-color css
<style>
span { border-color: #38DF03; }
span { border-color: rgb(56,223,3); }
td.TdClassName
{
border-color: #38DF03;
}
.TagClassName
{
border-color: #38DF03;
}
</style>