Shades of Harlequin #38F71C
Tints of Harlequin #38F71C
RGB
CMYK
RGB Variations
Color information
#38F71C (or 0x38F71C) is known color: Harlequin. HEX triplet: 38, F7 and 1C. RGB value is (56,247,28). Sum of RGB (Red+Green+Blue) = 56+247+28=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 247 (96.88% from 255 or 74.62% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 247 - color contains mainly: green. Hex color #38F71C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F71C is #C708E3. Grayscale: #A5A5A5. Windows color (decimal): -13043940 or 1898296. OLE color: 1898296.
HSL color Cylindrical-coordinate representation of color #38F71C: hue angle of 112.33º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38F71C is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 247 | 28 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.03 |
| HSL | 112.33º | 0.93% | 0.54% | - |
| HSV(B) | 112.33º | 0.89% | 0.97% | - |
| XYZ | 35.1 | 67.45 | 12.27 | - |
| YUV | 164.93 | 50.72 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 247 | 28 | 0.77 | 0 | 0.89 | 0.03 | 112.33 | 0.93 | 0.54 |
| Hex | 38 | F7 | 1C | 4D | 0 | 59 | 3 | 70 | 5D | 36 |
| Octal | 70 | 367 | 34 | 115 | 0 | 131 | 3 | 160 | 135 | 66 |
| Binary | 111000 | 11110111 | 11100 | 1001101 | 0 | 1011001 | 11 | 1110000 | 1011101 | 110110 |
Color Harmonies of #38F71C
Complementary color
Monochromatic Colors of #38F71C
Black with #38F71C
Text Example
Text Example
White with #38F71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F71C; }
p { color: rgb(56,247,28); }
H1.HeaderClassName
{
color: #38F71C;
}
.AnyTagClassName
{
color: #38F71C;
}
</style>
background-color css
<style>
a { background-color: #38F71C; }
a { background-color: rgb(56,247,28); }
div.DivClassName
{
background-color: #38F71C;
}
.BgClassName
{
background-color: #38F71C;
}
</style>
border-color css
<style>
span { border-color: #38F71C; }
span { border-color: rgb(56,247,28); }
td.TdClassName
{
border-color: #38F71C;
}
.TagClassName
{
border-color: #38F71C;
}
</style>