Shades of Harlequin #38E916
Tints of Harlequin #38E916
RGB
CMYK
RGB Variations
Color information
#38E916 (or 0x38E916) is known color: Harlequin. HEX triplet: 38, E9 and 16. RGB value is (56,233,22). Sum of RGB (Red+Green+Blue) = 56+233+22=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 233 (91.41% from 255 or 74.92% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 233 - color contains mainly: green. Hex color #38E916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E916 is #C716E9. Grayscale: #9C9C9C. Windows color (decimal): -13047530 or 1501496. OLE color: 1501496.
HSL color Cylindrical-coordinate representation of color #38E916: hue angle of 110.33º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38E916 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.09 |
| HSL | 110.33º | 0.83% | 0.5% | - |
| HSV(B) | 110.33º | 0.91% | 0.91% | - |
| XYZ | 30.91 | 59.18 | 10.55 | - |
| YUV | 156.02 | 52.36 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 22 | 0.76 | 0 | 0.91 | 0.09 | 110.33 | 0.83 | 0.5 |
| Hex | 38 | E9 | 16 | 4C | 0 | 5B | 9 | 6E | 53 | 32 |
| Octal | 70 | 351 | 26 | 114 | 0 | 133 | 11 | 156 | 123 | 62 |
| Binary | 111000 | 11101001 | 10110 | 1001100 | 0 | 1011011 | 1001 | 1101110 | 1010011 | 110010 |
Color Harmonies of #38E916
Complementary color
Monochromatic Colors of #38E916
Black with #38E916
Text Example
Text Example
White with #38E916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E916; }
p { color: rgb(56,233,22); }
H1.HeaderClassName
{
color: #38E916;
}
.AnyTagClassName
{
color: #38E916;
}
</style>
background-color css
<style>
a { background-color: #38E916; }
a { background-color: rgb(56,233,22); }
div.DivClassName
{
background-color: #38E916;
}
.BgClassName
{
background-color: #38E916;
}
</style>
border-color css
<style>
span { border-color: #38E916; }
span { border-color: rgb(56,233,22); }
td.TdClassName
{
border-color: #38E916;
}
.TagClassName
{
border-color: #38E916;
}
</style>