Shades of Harlequin #38D906
Tints of Harlequin #38D906
RGB
CMYK
RGB Variations
Color information
#38D906 (or 0x38D906) is known color: Harlequin. HEX triplet: 38, D9 and 06. RGB value is (56,217,6). Sum of RGB (Red+Green+Blue) = 56+217+6=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 217 (85.16% from 255 or 77.78% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 217 - color contains mainly: green. Hex color #38D906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D906 is #C726F9. Grayscale: #919191. Windows color (decimal): -13051642 or 448824. OLE color: 448824.
HSL color Cylindrical-coordinate representation of color #38D906: hue angle of 105.78º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38D906 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 6 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.15 |
| HSL | 105.78º | 0.95% | 0.44% | - |
| HSV(B) | 105.78º | 0.97% | 0.85% | - |
| XYZ | 26.48 | 50.48 | 8.52 | - |
| YUV | 144.81 | 49.66 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 6 | 0.74 | 0 | 0.97 | 0.15 | 105.78 | 0.95 | 0.44 |
| Hex | 38 | D9 | 6 | 4A | 0 | 61 | F | 6A | 5F | 2C |
| Octal | 70 | 331 | 6 | 112 | 0 | 141 | 17 | 152 | 137 | 54 |
| Binary | 111000 | 11011001 | 110 | 1001010 | 0 | 1100001 | 1111 | 1101010 | 1011111 | 101100 |
Color Harmonies of #38D906
Complementary color
Monochromatic Colors of #38D906
Black with #38D906
Text Example
Text Example
White with #38D906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D906; }
p { color: rgb(56,217,6); }
H1.HeaderClassName
{
color: #38D906;
}
.AnyTagClassName
{
color: #38D906;
}
</style>
background-color css
<style>
a { background-color: #38D906; }
a { background-color: rgb(56,217,6); }
div.DivClassName
{
background-color: #38D906;
}
.BgClassName
{
background-color: #38D906;
}
</style>
border-color css
<style>
span { border-color: #38D906; }
span { border-color: rgb(56,217,6); }
td.TdClassName
{
border-color: #38D906;
}
.TagClassName
{
border-color: #38D906;
}
</style>