Shades of Harlequin #38FA0F
Tints of Harlequin #38FA0F
RGB
CMYK
RGB Variations
Color information
#38FA0F (or 0x38FA0F) is known color: Harlequin. HEX triplet: 38, FA and 0F. RGB value is (56,250,15). Sum of RGB (Red+Green+Blue) = 56+250+15=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 250 (98.05% from 255 or 77.88% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FA0F is #C705F0. Grayscale: #A5A5A5. Windows color (decimal): -13043185 or 1047096. OLE color: 1047096.
HSL color Cylindrical-coordinate representation of color #38FA0F: hue angle of 109.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38FA0F is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 15 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.02 |
| HSL | 109.53º | 0.96% | 0.52% | - |
| HSV(B) | 109.53º | 0.94% | 0.98% | - |
| XYZ | 35.9 | 69.25 | 11.93 | - |
| YUV | 165.2 | 43.23 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 15 | 0.78 | 0 | 0.94 | 0.02 | 109.53 | 0.96 | 0.52 |
| Hex | 38 | FA | F | 4E | 0 | 5E | 2 | 6E | 60 | 34 |
| Octal | 70 | 372 | 17 | 116 | 0 | 136 | 2 | 156 | 140 | 64 |
| Binary | 111000 | 11111010 | 1111 | 1001110 | 0 | 1011110 | 10 | 1101110 | 1100000 | 110100 |
Color Harmonies of #38FA0F
Complementary color
Monochromatic Colors of #38FA0F
Black with #38FA0F
Text Example
Text Example
White with #38FA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA0F; }
p { color: rgb(56,250,15); }
H1.HeaderClassName
{
color: #38FA0F;
}
.AnyTagClassName
{
color: #38FA0F;
}
</style>
background-color css
<style>
a { background-color: #38FA0F; }
a { background-color: rgb(56,250,15); }
div.DivClassName
{
background-color: #38FA0F;
}
.BgClassName
{
background-color: #38FA0F;
}
</style>
border-color css
<style>
span { border-color: #38FA0F; }
span { border-color: rgb(56,250,15); }
td.TdClassName
{
border-color: #38FA0F;
}
.TagClassName
{
border-color: #38FA0F;
}
</style>