Shades of Harlequin #38E917
Tints of Harlequin #38E917
RGB
CMYK
RGB Variations
Color information
#38E917 (or 0x38E917) is known color: Harlequin. HEX triplet: 38, E9 and 17. RGB value is (56,233,23). Sum of RGB (Red+Green+Blue) = 56+233+23=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 233 (91.41% from 255 or 74.68% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 233 - color contains mainly: green. Hex color #38E917 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E917 is #C716E8. Grayscale: #9C9C9C. Windows color (decimal): -13047529 or 1567032. OLE color: 1567032.
HSL color Cylindrical-coordinate representation of color #38E917: hue angle of 110.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38E917 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 23 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.09 |
| HSL | 110.57º | 0.83% | 0.5% | - |
| HSV(B) | 110.57º | 0.9% | 0.91% | - |
| XYZ | 30.92 | 59.18 | 10.6 | - |
| YUV | 156.14 | 52.86 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 23 | 0.76 | 0 | 0.90 | 0.09 | 110.57 | 0.83 | 0.5 |
| Hex | 38 | E9 | 17 | 4C | 0 | 5A | 9 | 6F | 53 | 32 |
| Octal | 70 | 351 | 27 | 114 | 0 | 132 | 11 | 157 | 123 | 62 |
| Binary | 111000 | 11101001 | 10111 | 1001100 | 0 | 1011010 | 1001 | 1101111 | 1010011 | 110010 |
Color Harmonies of #38E917
Complementary color
Monochromatic Colors of #38E917
Black with #38E917
Text Example
Text Example
White with #38E917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E917; }
p { color: rgb(56,233,23); }
H1.HeaderClassName
{
color: #38E917;
}
.AnyTagClassName
{
color: #38E917;
}
</style>
background-color css
<style>
a { background-color: #38E917; }
a { background-color: rgb(56,233,23); }
div.DivClassName
{
background-color: #38E917;
}
.BgClassName
{
background-color: #38E917;
}
</style>
border-color css
<style>
span { border-color: #38E917; }
span { border-color: rgb(56,233,23); }
td.TdClassName
{
border-color: #38E917;
}
.TagClassName
{
border-color: #38E917;
}
</style>