Shades of Harlequin #38E812
Tints of Harlequin #38E812
RGB
CMYK
RGB Variations
Color information
#38E812 (or 0x38E812) is known color: Harlequin. HEX triplet: 38, E8 and 12. RGB value is (56,232,18). Sum of RGB (Red+Green+Blue) = 56+232+18=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 232 (91.02% from 255 or 75.82% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 232 - color contains mainly: green. Hex color #38E812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E812 is #C717ED. Grayscale: #9B9B9B. Windows color (decimal): -13047790 or 1239096. OLE color: 1239096.
HSL color Cylindrical-coordinate representation of color #38E812: hue angle of 109.35º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38E812 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 232 | 18 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.09 |
| HSL | 109.35º | 0.86% | 0.49% | - |
| HSV(B) | 109.35º | 0.92% | 0.91% | - |
| XYZ | 30.6 | 58.6 | 10.27 | - |
| YUV | 154.98 | 50.69 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 232 | 18 | 0.76 | 0 | 0.92 | 0.09 | 109.35 | 0.86 | 0.49 |
| Hex | 38 | E8 | 12 | 4C | 0 | 5C | 9 | 6D | 56 | 31 |
| Octal | 70 | 350 | 22 | 114 | 0 | 134 | 11 | 155 | 126 | 61 |
| Binary | 111000 | 11101000 | 10010 | 1001100 | 0 | 1011100 | 1001 | 1101101 | 1010110 | 110001 |
Color Harmonies of #38E812
Complementary color
Monochromatic Colors of #38E812
Black with #38E812
Text Example
Text Example
White with #38E812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E812; }
p { color: rgb(56,232,18); }
H1.HeaderClassName
{
color: #38E812;
}
.AnyTagClassName
{
color: #38E812;
}
</style>
background-color css
<style>
a { background-color: #38E812; }
a { background-color: rgb(56,232,18); }
div.DivClassName
{
background-color: #38E812;
}
.BgClassName
{
background-color: #38E812;
}
</style>
border-color css
<style>
span { border-color: #38E812; }
span { border-color: rgb(56,232,18); }
td.TdClassName
{
border-color: #38E812;
}
.TagClassName
{
border-color: #38E812;
}
</style>