Shades of Harlequin #38E417
Tints of Harlequin #38E417
RGB
CMYK
RGB Variations
Color information
#38E417 (or 0x38E417) is known color: Harlequin. HEX triplet: 38, E4 and 17. RGB value is (56,228,23). Sum of RGB (Red+Green+Blue) = 56+228+23=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 228 (89.45% from 255 or 74.27% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 228 - color contains mainly: green. Hex color #38E417 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E417 is #C71BE8. Grayscale: #999999. Windows color (decimal): -13048809 or 1565752. OLE color: 1565752.
HSL color Cylindrical-coordinate representation of color #38E417: hue angle of 110.34º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38E417 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 228 | 23 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.11 |
| HSL | 110.34º | 0.82% | 0.49% | - |
| HSV(B) | 110.34º | 0.9% | 0.89% | - |
| XYZ | 29.53 | 56.39 | 10.14 | - |
| YUV | 153.2 | 54.52 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 23 | 0.75 | 0 | 0.90 | 0.11 | 110.34 | 0.82 | 0.49 |
| Hex | 38 | E4 | 17 | 4B | 0 | 5A | B | 6E | 52 | 31 |
| Octal | 70 | 344 | 27 | 113 | 0 | 132 | 13 | 156 | 122 | 61 |
| Binary | 111000 | 11100100 | 10111 | 1001011 | 0 | 1011010 | 1011 | 1101110 | 1010010 | 110001 |
Color Harmonies of #38E417
Complementary color
Monochromatic Colors of #38E417
Black with #38E417
Text Example
Text Example
White with #38E417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E417; }
p { color: rgb(56,228,23); }
H1.HeaderClassName
{
color: #38E417;
}
.AnyTagClassName
{
color: #38E417;
}
</style>
background-color css
<style>
a { background-color: #38E417; }
a { background-color: rgb(56,228,23); }
div.DivClassName
{
background-color: #38E417;
}
.BgClassName
{
background-color: #38E417;
}
</style>
border-color css
<style>
span { border-color: #38E417; }
span { border-color: rgb(56,228,23); }
td.TdClassName
{
border-color: #38E417;
}
.TagClassName
{
border-color: #38E417;
}
</style>