Shades of Harlequin #38E703
Tints of Harlequin #38E703
RGB
CMYK
RGB Variations
Color information
#38E703 (or 0x38E703) is known color: Harlequin. HEX triplet: 38, E7 and 03. RGB value is (56,231,3). Sum of RGB (Red+Green+Blue) = 56+231+3=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 231 (90.62% from 255 or 79.66% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 231 - color contains mainly: green. Hex color #38E703 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E703 is #C718FC. Grayscale: #999999. Windows color (decimal): -13048061 or 255800. OLE color: 255800.
HSL color Cylindrical-coordinate representation of color #38E703: hue angle of 106.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38E703 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 231 | 3 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.09 |
| HSL | 106.05º | 0.97% | 0.46% | - |
| HSV(B) | 106.05º | 0.99% | 0.91% | - |
| XYZ | 30.22 | 58 | 9.69 | - |
| YUV | 152.68 | 43.52 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 231 | 3 | 0.76 | 0 | 0.99 | 0.09 | 106.05 | 0.97 | 0.46 |
| Hex | 38 | E7 | 3 | 4C | 0 | 63 | 9 | 6A | 61 | 2E |
| Octal | 70 | 347 | 3 | 114 | 0 | 143 | 11 | 152 | 141 | 56 |
| Binary | 111000 | 11100111 | 11 | 1001100 | 0 | 1100011 | 1001 | 1101010 | 1100001 | 101110 |
Color Harmonies of #38E703
Complementary color
Monochromatic Colors of #38E703
Black with #38E703
Text Example
Text Example
White with #38E703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E703; }
p { color: rgb(56,231,3); }
H1.HeaderClassName
{
color: #38E703;
}
.AnyTagClassName
{
color: #38E703;
}
</style>
background-color css
<style>
a { background-color: #38E703; }
a { background-color: rgb(56,231,3); }
div.DivClassName
{
background-color: #38E703;
}
.BgClassName
{
background-color: #38E703;
}
</style>
border-color css
<style>
span { border-color: #38E703; }
span { border-color: rgb(56,231,3); }
td.TdClassName
{
border-color: #38E703;
}
.TagClassName
{
border-color: #38E703;
}
</style>