Shades of Harlequin #38F517
Tints of Harlequin #38F517
RGB
CMYK
RGB Variations
Color information
#38F517 (or 0x38F517) is known color: Harlequin. HEX triplet: 38, F5 and 17. RGB value is (56,245,23). Sum of RGB (Red+Green+Blue) = 56+245+23=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 245 (96.09% from 255 or 75.62% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 245 - color contains mainly: green. Hex color #38F517 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F517 is #C70AE8. Grayscale: #A3A3A3. Windows color (decimal): -13044457 or 1570104. OLE color: 1570104.
HSL color Cylindrical-coordinate representation of color #38F517: hue angle of 111.08º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38F517 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 245 | 23 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.04 |
| HSL | 111.08º | 0.92% | 0.53% | - |
| HSV(B) | 111.08º | 0.91% | 0.96% | - |
| XYZ | 34.44 | 66.21 | 11.77 | - |
| YUV | 163.18 | 48.88 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 245 | 23 | 0.77 | 0 | 0.91 | 0.04 | 111.08 | 0.92 | 0.53 |
| Hex | 38 | F5 | 17 | 4D | 0 | 5B | 4 | 6F | 5C | 35 |
| Octal | 70 | 365 | 27 | 115 | 0 | 133 | 4 | 157 | 134 | 65 |
| Binary | 111000 | 11110101 | 10111 | 1001101 | 0 | 1011011 | 100 | 1101111 | 1011100 | 110101 |
Color Harmonies of #38F517
Complementary color
Monochromatic Colors of #38F517
Black with #38F517
Text Example
Text Example
White with #38F517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F517; }
p { color: rgb(56,245,23); }
H1.HeaderClassName
{
color: #38F517;
}
.AnyTagClassName
{
color: #38F517;
}
</style>
background-color css
<style>
a { background-color: #38F517; }
a { background-color: rgb(56,245,23); }
div.DivClassName
{
background-color: #38F517;
}
.BgClassName
{
background-color: #38F517;
}
</style>
border-color css
<style>
span { border-color: #38F517; }
span { border-color: rgb(56,245,23); }
td.TdClassName
{
border-color: #38F517;
}
.TagClassName
{
border-color: #38F517;
}
</style>