Shades of Harlequin #38EE0C
Tints of Harlequin #38EE0C
RGB
CMYK
RGB Variations
Color information
#38EE0C (or 0x38EE0C) is known color: Harlequin. HEX triplet: 38, EE and 0C. RGB value is (56,238,12). Sum of RGB (Red+Green+Blue) = 56+238+12=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 238 (93.36% from 255 or 77.78% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EE0C is #C711F3. Grayscale: #9E9E9E. Windows color (decimal): -13046260 or 847416. OLE color: 847416.
HSL color Cylindrical-coordinate representation of color #38EE0C: hue angle of 108.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38EE0C is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 12 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.07 |
| HSL | 108.32º | 0.9% | 0.49% | - |
| HSV(B) | 108.32º | 0.95% | 0.93% | - |
| XYZ | 32.27 | 62.02 | 10.62 | - |
| YUV | 157.82 | 45.7 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 12 | 0.76 | 0 | 0.95 | 0.07 | 108.32 | 0.9 | 0.49 |
| Hex | 38 | EE | C | 4C | 0 | 5F | 7 | 6C | 5A | 31 |
| Octal | 70 | 356 | 14 | 114 | 0 | 137 | 7 | 154 | 132 | 61 |
| Binary | 111000 | 11101110 | 1100 | 1001100 | 0 | 1011111 | 111 | 1101100 | 1011010 | 110001 |
Color Harmonies of #38EE0C
Complementary color
Monochromatic Colors of #38EE0C
Black with #38EE0C
Text Example
Text Example
White with #38EE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EE0C; }
p { color: rgb(56,238,12); }
H1.HeaderClassName
{
color: #38EE0C;
}
.AnyTagClassName
{
color: #38EE0C;
}
</style>
background-color css
<style>
a { background-color: #38EE0C; }
a { background-color: rgb(56,238,12); }
div.DivClassName
{
background-color: #38EE0C;
}
.BgClassName
{
background-color: #38EE0C;
}
</style>
border-color css
<style>
span { border-color: #38EE0C; }
span { border-color: rgb(56,238,12); }
td.TdClassName
{
border-color: #38EE0C;
}
.TagClassName
{
border-color: #38EE0C;
}
</style>