Shades of Harlequin #38F210
Tints of Harlequin #38F210
RGB
CMYK
RGB Variations
Color information
#38F210 (or 0x38F210) is known color: Harlequin. HEX triplet: 38, F2 and 10. RGB value is (56,242,16). Sum of RGB (Red+Green+Blue) = 56+242+16=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 242 (94.92% from 255 or 77.07% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 242 - color contains mainly: green. Hex color #38F210 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F210 is #C70DEF. Grayscale: #A1A1A1. Windows color (decimal): -13045232 or 1110584. OLE color: 1110584.
HSL color Cylindrical-coordinate representation of color #38F210: hue angle of 109.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38F210 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 16 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.05 |
| HSL | 109.38º | 0.9% | 0.51% | - |
| HSV(B) | 109.38º | 0.93% | 0.95% | - |
| XYZ | 33.48 | 64.38 | 11.15 | - |
| YUV | 160.62 | 46.38 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 16 | 0.77 | 0 | 0.93 | 0.05 | 109.38 | 0.9 | 0.51 |
| Hex | 38 | F2 | 10 | 4D | 0 | 5D | 5 | 6D | 5A | 33 |
| Octal | 70 | 362 | 20 | 115 | 0 | 135 | 5 | 155 | 132 | 63 |
| Binary | 111000 | 11110010 | 10000 | 1001101 | 0 | 1011101 | 101 | 1101101 | 1011010 | 110011 |
Color Harmonies of #38F210
Complementary color
Monochromatic Colors of #38F210
Black with #38F210
Text Example
Text Example
White with #38F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F210; }
p { color: rgb(56,242,16); }
H1.HeaderClassName
{
color: #38F210;
}
.AnyTagClassName
{
color: #38F210;
}
</style>
background-color css
<style>
a { background-color: #38F210; }
a { background-color: rgb(56,242,16); }
div.DivClassName
{
background-color: #38F210;
}
.BgClassName
{
background-color: #38F210;
}
</style>
border-color css
<style>
span { border-color: #38F210; }
span { border-color: rgb(56,242,16); }
td.TdClassName
{
border-color: #38F210;
}
.TagClassName
{
border-color: #38F210;
}
</style>