Shades of Harlequin #38EF12
Tints of Harlequin #38EF12
RGB
CMYK
RGB Variations
Color information
#38EF12 (or 0x38EF12) is known color: Harlequin. HEX triplet: 38, EF and 12. RGB value is (56,239,18). Sum of RGB (Red+Green+Blue) = 56+239+18=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 239 (93.75% from 255 or 76.36% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EF12 is #C710ED. Grayscale: #9F9F9F. Windows color (decimal): -13045998 or 1240888. OLE color: 1240888.
HSL color Cylindrical-coordinate representation of color #38EF12: hue angle of 109.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38EF12 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 18 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.06 |
| HSL | 109.68º | 0.87% | 0.5% | - |
| HSV(B) | 109.68º | 0.92% | 0.94% | - |
| XYZ | 32.61 | 62.62 | 10.94 | - |
| YUV | 159.09 | 48.37 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 18 | 0.77 | 0 | 0.92 | 0.06 | 109.68 | 0.87 | 0.5 |
| Hex | 38 | EF | 12 | 4D | 0 | 5C | 6 | 6E | 57 | 32 |
| Octal | 70 | 357 | 22 | 115 | 0 | 134 | 6 | 156 | 127 | 62 |
| Binary | 111000 | 11101111 | 10010 | 1001101 | 0 | 1011100 | 110 | 1101110 | 1010111 | 110010 |
Color Harmonies of #38EF12
Complementary color
Monochromatic Colors of #38EF12
Black with #38EF12
Text Example
Text Example
White with #38EF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EF12; }
p { color: rgb(56,239,18); }
H1.HeaderClassName
{
color: #38EF12;
}
.AnyTagClassName
{
color: #38EF12;
}
</style>
background-color css
<style>
a { background-color: #38EF12; }
a { background-color: rgb(56,239,18); }
div.DivClassName
{
background-color: #38EF12;
}
.BgClassName
{
background-color: #38EF12;
}
</style>
border-color css
<style>
span { border-color: #38EF12; }
span { border-color: rgb(56,239,18); }
td.TdClassName
{
border-color: #38EF12;
}
.TagClassName
{
border-color: #38EF12;
}
</style>