Shades of Harlequin #38E413
Tints of Harlequin #38E413
RGB
CMYK
RGB Variations
Color information
#38E413 (or 0x38E413) is known color: Harlequin. HEX triplet: 38, E4 and 13. RGB value is (56,228,19). Sum of RGB (Red+Green+Blue) = 56+228+19=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 228 (89.45% from 255 or 75.25% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 228 - color contains mainly: green. Hex color #38E413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E413 is #C71BEC. Grayscale: #999999. Windows color (decimal): -13048813 or 1303608. OLE color: 1303608.
HSL color Cylindrical-coordinate representation of color #38E413: hue angle of 109.38º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38E413 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 228 | 19 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.11 |
| HSL | 109.38º | 0.85% | 0.48% | - |
| HSV(B) | 109.38º | 0.92% | 0.89% | - |
| XYZ | 29.49 | 56.37 | 9.94 | - |
| YUV | 152.75 | 52.52 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 19 | 0.75 | 0 | 0.92 | 0.11 | 109.38 | 0.85 | 0.48 |
| Hex | 38 | E4 | 13 | 4B | 0 | 5C | B | 6D | 55 | 30 |
| Octal | 70 | 344 | 23 | 113 | 0 | 134 | 13 | 155 | 125 | 60 |
| Binary | 111000 | 11100100 | 10011 | 1001011 | 0 | 1011100 | 1011 | 1101101 | 1010101 | 110000 |
Color Harmonies of #38E413
Complementary color
Monochromatic Colors of #38E413
Black with #38E413
Text Example
Text Example
White with #38E413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E413; }
p { color: rgb(56,228,19); }
H1.HeaderClassName
{
color: #38E413;
}
.AnyTagClassName
{
color: #38E413;
}
</style>
background-color css
<style>
a { background-color: #38E413; }
a { background-color: rgb(56,228,19); }
div.DivClassName
{
background-color: #38E413;
}
.BgClassName
{
background-color: #38E413;
}
</style>
border-color css
<style>
span { border-color: #38E413; }
span { border-color: rgb(56,228,19); }
td.TdClassName
{
border-color: #38E413;
}
.TagClassName
{
border-color: #38E413;
}
</style>