Shades of Harlequin #38FA21
Tints of Harlequin #38FA21
RGB
CMYK
RGB Variations
Color information
#38FA21 (or 0x38FA21) is known color: Harlequin. HEX triplet: 38, FA and 21. RGB value is (56,250,33). Sum of RGB (Red+Green+Blue) = 56+250+33=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FA21 is #C705DE. Grayscale: #A7A7A7. Windows color (decimal): -13043167 or 2226744. OLE color: 2226744.
HSL color Cylindrical-coordinate representation of color #38FA21: hue angle of 113.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38FA21 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 33 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.02 |
| HSL | 113.64º | 0.96% | 0.55% | - |
| HSV(B) | 113.64º | 0.87% | 0.98% | - |
| XYZ | 36.09 | 69.32 | 12.92 | - |
| YUV | 167.26 | 52.23 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 33 | 0.78 | 0 | 0.87 | 0.02 | 113.64 | 0.96 | 0.55 |
| Hex | 38 | FA | 21 | 4E | 0 | 57 | 2 | 72 | 60 | 37 |
| Octal | 70 | 372 | 41 | 116 | 0 | 127 | 2 | 162 | 140 | 67 |
| Binary | 111000 | 11111010 | 100001 | 1001110 | 0 | 1010111 | 10 | 1110010 | 1100000 | 110111 |
Color Harmonies of #38FA21
Complementary color
Monochromatic Colors of #38FA21
Black with #38FA21
Text Example
Text Example
White with #38FA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA21; }
p { color: rgb(56,250,33); }
H1.HeaderClassName
{
color: #38FA21;
}
.AnyTagClassName
{
color: #38FA21;
}
</style>
background-color css
<style>
a { background-color: #38FA21; }
a { background-color: rgb(56,250,33); }
div.DivClassName
{
background-color: #38FA21;
}
.BgClassName
{
background-color: #38FA21;
}
</style>
border-color css
<style>
span { border-color: #38FA21; }
span { border-color: rgb(56,250,33); }
td.TdClassName
{
border-color: #38FA21;
}
.TagClassName
{
border-color: #38FA21;
}
</style>