Shades of Harlequin #38FA1C
Tints of Harlequin #38FA1C
RGB
CMYK
RGB Variations
Color information
#38FA1C (or 0x38FA1C) is known color: Harlequin. HEX triplet: 38, FA and 1C. RGB value is (56,250,28). Sum of RGB (Red+Green+Blue) = 56+250+28=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FA1C is #C705E3. Grayscale: #A7A7A7. Windows color (decimal): -13043172 or 1899064. OLE color: 1899064.
HSL color Cylindrical-coordinate representation of color #38FA1C: hue angle of 112.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38FA1C is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 28 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.02 |
| HSL | 112.43º | 0.96% | 0.55% | - |
| HSV(B) | 112.43º | 0.89% | 0.98% | - |
| XYZ | 36.03 | 69.3 | 12.58 | - |
| YUV | 166.69 | 49.73 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 28 | 0.78 | 0 | 0.89 | 0.02 | 112.43 | 0.96 | 0.55 |
| Hex | 38 | FA | 1C | 4E | 0 | 59 | 2 | 70 | 60 | 37 |
| Octal | 70 | 372 | 34 | 116 | 0 | 131 | 2 | 160 | 140 | 67 |
| Binary | 111000 | 11111010 | 11100 | 1001110 | 0 | 1011001 | 10 | 1110000 | 1100000 | 110111 |
Color Harmonies of #38FA1C
Complementary color
Monochromatic Colors of #38FA1C
Black with #38FA1C
Text Example
Text Example
White with #38FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA1C; }
p { color: rgb(56,250,28); }
H1.HeaderClassName
{
color: #38FA1C;
}
.AnyTagClassName
{
color: #38FA1C;
}
</style>
background-color css
<style>
a { background-color: #38FA1C; }
a { background-color: rgb(56,250,28); }
div.DivClassName
{
background-color: #38FA1C;
}
.BgClassName
{
background-color: #38FA1C;
}
</style>
border-color css
<style>
span { border-color: #38FA1C; }
span { border-color: rgb(56,250,28); }
td.TdClassName
{
border-color: #38FA1C;
}
.TagClassName
{
border-color: #38FA1C;
}
</style>