Shades of Harlequin #38F00C
Tints of Harlequin #38F00C
RGB
CMYK
RGB Variations
Color information
#38F00C (or 0x38F00C) is known color: Harlequin. HEX triplet: 38, F0 and 0C. RGB value is (56,240,12). Sum of RGB (Red+Green+Blue) = 56+240+12=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #38F00C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F00C is #C70FF3. Grayscale: #9F9F9F. Windows color (decimal): -13045748 or 847928. OLE color: 847928.
HSL color Cylindrical-coordinate representation of color #38F00C: hue angle of 108.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38F00C is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 12 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.06 |
| HSL | 108.42º | 0.9% | 0.49% | - |
| HSV(B) | 108.42º | 0.95% | 0.94% | - |
| XYZ | 32.86 | 63.19 | 10.81 | - |
| YUV | 158.99 | 45.04 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 12 | 0.77 | 0 | 0.95 | 0.06 | 108.42 | 0.9 | 0.49 |
| Hex | 38 | F0 | C | 4D | 0 | 5F | 6 | 6C | 5A | 31 |
| Octal | 70 | 360 | 14 | 115 | 0 | 137 | 6 | 154 | 132 | 61 |
| Binary | 111000 | 11110000 | 1100 | 1001101 | 0 | 1011111 | 110 | 1101100 | 1011010 | 110001 |
Color Harmonies of #38F00C
Complementary color
Monochromatic Colors of #38F00C
Black with #38F00C
Text Example
Text Example
White with #38F00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F00C; }
p { color: rgb(56,240,12); }
H1.HeaderClassName
{
color: #38F00C;
}
.AnyTagClassName
{
color: #38F00C;
}
</style>
background-color css
<style>
a { background-color: #38F00C; }
a { background-color: rgb(56,240,12); }
div.DivClassName
{
background-color: #38F00C;
}
.BgClassName
{
background-color: #38F00C;
}
</style>
border-color css
<style>
span { border-color: #38F00C; }
span { border-color: rgb(56,240,12); }
td.TdClassName
{
border-color: #38F00C;
}
.TagClassName
{
border-color: #38F00C;
}
</style>