Shades of Harlequin #38F321
Tints of Harlequin #38F321
RGB
CMYK
RGB Variations
Color information
#38F321 (or 0x38F321) is known color: Harlequin. HEX triplet: 38, F3 and 21. RGB value is (56,243,33). Sum of RGB (Red+Green+Blue) = 56+243+33=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #38F321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F321 is #C70CDE. Grayscale: #A3A3A3. Windows color (decimal): -13044959 or 2224952. OLE color: 2224952.
HSL color Cylindrical-coordinate representation of color #38F321: hue angle of 113.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38F321 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 33 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.05 |
| HSL | 113.43º | 0.9% | 0.54% | - |
| HSV(B) | 113.43º | 0.86% | 0.95% | - |
| XYZ | 33.96 | 65.05 | 12.21 | - |
| YUV | 163.15 | 54.55 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 33 | 0.77 | 0 | 0.86 | 0.05 | 113.43 | 0.9 | 0.54 |
| Hex | 38 | F3 | 21 | 4D | 0 | 56 | 5 | 71 | 5A | 36 |
| Octal | 70 | 363 | 41 | 115 | 0 | 126 | 5 | 161 | 132 | 66 |
| Binary | 111000 | 11110011 | 100001 | 1001101 | 0 | 1010110 | 101 | 1110001 | 1011010 | 110110 |
Color Harmonies of #38F321
Complementary color
Monochromatic Colors of #38F321
Black with #38F321
Text Example
Text Example
White with #38F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F321; }
p { color: rgb(56,243,33); }
H1.HeaderClassName
{
color: #38F321;
}
.AnyTagClassName
{
color: #38F321;
}
</style>
background-color css
<style>
a { background-color: #38F321; }
a { background-color: rgb(56,243,33); }
div.DivClassName
{
background-color: #38F321;
}
.BgClassName
{
background-color: #38F321;
}
</style>
border-color css
<style>
span { border-color: #38F321; }
span { border-color: rgb(56,243,33); }
td.TdClassName
{
border-color: #38F321;
}
.TagClassName
{
border-color: #38F321;
}
</style>