Shades of Harlequin #38FF1F
Tints of Harlequin #38FF1F
RGB
CMYK
RGB Variations
Color information
#38FF1F (or 0x38FF1F) is known color: Harlequin. HEX triplet: 38, FF and 1F. RGB value is (56,255,31). Sum of RGB (Red+Green+Blue) = 56+255+31=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FF1F is #C700E0. Grayscale: #AAAAAA. Windows color (decimal): -13041889 or 2096952. OLE color: 2096952.
HSL color Cylindrical-coordinate representation of color #38FF1F: hue angle of 113.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38FF1F is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 31 | - |
| CMYK | 0.78 | 0 | 0.88 | 0 |
| HSL | 113.3º | 1% | 0.56% | - |
| HSV(B) | 113.3º | 0.88% | 1% | - |
| XYZ | 37.64 | 72.46 | 13.3 | - |
| YUV | 169.96 | 49.57 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 31 | 0.78 | 0 | 0.88 | 0 | 113.3 | 1 | 0.56 |
| Hex | 38 | FF | 1F | 4E | 0 | 58 | 0 | 71 | 64 | 38 |
| Octal | 70 | 377 | 37 | 116 | 0 | 130 | 0 | 161 | 144 | 70 |
| Binary | 111000 | 11111111 | 11111 | 1001110 | 0 | 1011000 | 0 | 1110001 | 1100100 | 111000 |
Color Harmonies of #38FF1F
Complementary color
Monochromatic Colors of #38FF1F
Black with #38FF1F
Text Example
Text Example
White with #38FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF1F; }
p { color: rgb(56,255,31); }
H1.HeaderClassName
{
color: #38FF1F;
}
.AnyTagClassName
{
color: #38FF1F;
}
</style>
background-color css
<style>
a { background-color: #38FF1F; }
a { background-color: rgb(56,255,31); }
div.DivClassName
{
background-color: #38FF1F;
}
.BgClassName
{
background-color: #38FF1F;
}
</style>
border-color css
<style>
span { border-color: #38FF1F; }
span { border-color: rgb(56,255,31); }
td.TdClassName
{
border-color: #38FF1F;
}
.TagClassName
{
border-color: #38FF1F;
}
</style>