Shades of Harlequin #38E914
Tints of Harlequin #38E914
RGB
CMYK
RGB Variations
Color information
#38E914 (or 0x38E914) is known color: Harlequin. HEX triplet: 38, E9 and 14. RGB value is (56,233,20). Sum of RGB (Red+Green+Blue) = 56+233+20=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 233 (91.41% from 255 or 75.40% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 233 - color contains mainly: green. Hex color #38E914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E914 is #C716EB. Grayscale: #9C9C9C. Windows color (decimal): -13047532 or 1370424. OLE color: 1370424.
HSL color Cylindrical-coordinate representation of color #38E914: hue angle of 109.86º degrees, saturation: 0.84, 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 #38E914 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 20 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.09 |
| HSL | 109.86º | 0.84% | 0.5% | - |
| HSV(B) | 109.86º | 0.91% | 0.91% | - |
| XYZ | 30.9 | 59.17 | 10.45 | - |
| YUV | 155.8 | 51.36 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 20 | 0.76 | 0 | 0.91 | 0.09 | 109.86 | 0.84 | 0.5 |
| Hex | 38 | E9 | 14 | 4C | 0 | 5B | 9 | 6E | 54 | 32 |
| Octal | 70 | 351 | 24 | 114 | 0 | 133 | 11 | 156 | 124 | 62 |
| Binary | 111000 | 11101001 | 10100 | 1001100 | 0 | 1011011 | 1001 | 1101110 | 1010100 | 110010 |
Color Harmonies of #38E914
Complementary color
Monochromatic Colors of #38E914
Black with #38E914
Text Example
Text Example
White with #38E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E914; }
p { color: rgb(56,233,20); }
H1.HeaderClassName
{
color: #38E914;
}
.AnyTagClassName
{
color: #38E914;
}
</style>
background-color css
<style>
a { background-color: #38E914; }
a { background-color: rgb(56,233,20); }
div.DivClassName
{
background-color: #38E914;
}
.BgClassName
{
background-color: #38E914;
}
</style>
border-color css
<style>
span { border-color: #38E914; }
span { border-color: rgb(56,233,20); }
td.TdClassName
{
border-color: #38E914;
}
.TagClassName
{
border-color: #38E914;
}
</style>