Shades of Harlequin #38D904
Tints of Harlequin #38D904
RGB
CMYK
RGB Variations
Color information
#38D904 (or 0x38D904) is known color: Harlequin. HEX triplet: 38, D9 and 04. RGB value is (56,217,4). Sum of RGB (Red+Green+Blue) = 56+217+4=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #38D904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D904 is #C726FB. Grayscale: #919191. Windows color (decimal): -13051644 or 317752. OLE color: 317752.
HSL color Cylindrical-coordinate representation of color #38D904: hue angle of 105.35º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38D904 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.15 |
| HSL | 105.35º | 0.96% | 0.43% | - |
| HSV(B) | 105.35º | 0.98% | 0.85% | - |
| XYZ | 26.47 | 50.48 | 8.46 | - |
| YUV | 144.58 | 48.66 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 4 | 0.74 | 0 | 0.98 | 0.15 | 105.35 | 0.96 | 0.43 |
| Hex | 38 | D9 | 4 | 4A | 0 | 62 | F | 69 | 60 | 2B |
| Octal | 70 | 331 | 4 | 112 | 0 | 142 | 17 | 151 | 140 | 53 |
| Binary | 111000 | 11011001 | 100 | 1001010 | 0 | 1100010 | 1111 | 1101001 | 1100000 | 101011 |
Color Harmonies of #38D904
Complementary color
Monochromatic Colors of #38D904
Black with #38D904
Text Example
Text Example
White with #38D904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D904; }
p { color: rgb(56,217,4); }
H1.HeaderClassName
{
color: #38D904;
}
.AnyTagClassName
{
color: #38D904;
}
</style>
background-color css
<style>
a { background-color: #38D904; }
a { background-color: rgb(56,217,4); }
div.DivClassName
{
background-color: #38D904;
}
.BgClassName
{
background-color: #38D904;
}
</style>
border-color css
<style>
span { border-color: #38D904; }
span { border-color: rgb(56,217,4); }
td.TdClassName
{
border-color: #38D904;
}
.TagClassName
{
border-color: #38D904;
}
</style>