Shades of Harlequin #39FC1D
Tints of Harlequin #39FC1D
RGB
CMYK
RGB Variations
Color information
#39FC1D (or 0x39FC1D) is known color: Harlequin. HEX triplet: 39, FC and 1D. RGB value is (57,252,29). Sum of RGB (Red+Green+Blue) = 57+252+29=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 252 (98.83% from 255 or 74.56% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 252 - color contains mainly: green. Hex color #39FC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FC1D is #C603E2. Grayscale: #A8A8A8. Windows color (decimal): -12977123 or 1965113. OLE color: 1965113.
HSL color Cylindrical-coordinate representation of color #39FC1D: hue angle of 112.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39FC1D is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 252 | 29 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.01 |
| HSL | 112.47º | 0.97% | 0.55% | - |
| HSV(B) | 112.47º | 0.88% | 0.99% | - |
| XYZ | 36.72 | 70.58 | 12.85 | - |
| YUV | 168.27 | 49.4 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 252 | 29 | 0.77 | 0 | 0.88 | 0.01 | 112.47 | 0.97 | 0.55 |
| Hex | 39 | FC | 1D | 4D | 0 | 58 | 1 | 70 | 61 | 37 |
| Octal | 71 | 374 | 35 | 115 | 0 | 130 | 1 | 160 | 141 | 67 |
| Binary | 111001 | 11111100 | 11101 | 1001101 | 0 | 1011000 | 1 | 1110000 | 1100001 | 110111 |
Color Harmonies of #39FC1D
Complementary color
Monochromatic Colors of #39FC1D
Black with #39FC1D
Text Example
Text Example
White with #39FC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FC1D; }
p { color: rgb(57,252,29); }
H1.HeaderClassName
{
color: #39FC1D;
}
.AnyTagClassName
{
color: #39FC1D;
}
</style>
background-color css
<style>
a { background-color: #39FC1D; }
a { background-color: rgb(57,252,29); }
div.DivClassName
{
background-color: #39FC1D;
}
.BgClassName
{
background-color: #39FC1D;
}
</style>
border-color css
<style>
span { border-color: #39FC1D; }
span { border-color: rgb(57,252,29); }
td.TdClassName
{
border-color: #39FC1D;
}
.TagClassName
{
border-color: #39FC1D;
}
</style>