Shades of Harlequin #38D803
Tints of Harlequin #38D803
RGB
CMYK
RGB Variations
Color information
#38D803 (or 0x38D803) is known color: Harlequin. HEX triplet: 38, D8 and 03. RGB value is (56,216,3). Sum of RGB (Red+Green+Blue) = 56+216+3=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #38D803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D803 is #C727FC. Grayscale: #909090. Windows color (decimal): -13051901 or 251960. OLE color: 251960.
HSL color Cylindrical-coordinate representation of color #38D803: hue angle of 105.07º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38D803 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 3 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.15 |
| HSL | 105.07º | 0.97% | 0.43% | - |
| HSV(B) | 105.07º | 0.99% | 0.85% | - |
| XYZ | 26.2 | 49.96 | 8.35 | - |
| YUV | 143.88 | 48.49 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 3 | 0.74 | 0 | 0.99 | 0.15 | 105.07 | 0.97 | 0.43 |
| Hex | 38 | D8 | 3 | 4A | 0 | 63 | F | 69 | 61 | 2B |
| Octal | 70 | 330 | 3 | 112 | 0 | 143 | 17 | 151 | 141 | 53 |
| Binary | 111000 | 11011000 | 11 | 1001010 | 0 | 1100011 | 1111 | 1101001 | 1100001 | 101011 |
Color Harmonies of #38D803
Complementary color
Monochromatic Colors of #38D803
Black with #38D803
Text Example
Text Example
White with #38D803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D803; }
p { color: rgb(56,216,3); }
H1.HeaderClassName
{
color: #38D803;
}
.AnyTagClassName
{
color: #38D803;
}
</style>
background-color css
<style>
a { background-color: #38D803; }
a { background-color: rgb(56,216,3); }
div.DivClassName
{
background-color: #38D803;
}
.BgClassName
{
background-color: #38D803;
}
</style>
border-color css
<style>
span { border-color: #38D803; }
span { border-color: rgb(56,216,3); }
td.TdClassName
{
border-color: #38D803;
}
.TagClassName
{
border-color: #38D803;
}
</style>