Shades of Harlequin #38FC0F
Tints of Harlequin #38FC0F
RGB
CMYK
RGB Variations
Color information
#38FC0F (or 0x38FC0F) is known color: Harlequin. HEX triplet: 38, FC and 0F. RGB value is (56,252,15). Sum of RGB (Red+Green+Blue) = 56+252+15=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 252 (98.83% from 255 or 78.02% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 252 - color contains mainly: green. Hex color #38FC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FC0F is #C703F0. Grayscale: #A7A7A7. Windows color (decimal): -13042673 or 1047608. OLE color: 1047608.
HSL color Cylindrical-coordinate representation of color #38FC0F: hue angle of 109.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38FC0F is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 252 | 15 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.01 |
| HSL | 109.62º | 0.98% | 0.52% | - |
| HSV(B) | 109.62º | 0.94% | 0.99% | - |
| XYZ | 36.53 | 70.5 | 12.13 | - |
| YUV | 166.38 | 42.57 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 252 | 15 | 0.78 | 0 | 0.94 | 0.01 | 109.62 | 0.98 | 0.52 |
| Hex | 38 | FC | F | 4E | 0 | 5E | 1 | 6E | 62 | 34 |
| Octal | 70 | 374 | 17 | 116 | 0 | 136 | 1 | 156 | 142 | 64 |
| Binary | 111000 | 11111100 | 1111 | 1001110 | 0 | 1011110 | 1 | 1101110 | 1100010 | 110100 |
Color Harmonies of #38FC0F
Complementary color
Monochromatic Colors of #38FC0F
Black with #38FC0F
Text Example
Text Example
White with #38FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FC0F; }
p { color: rgb(56,252,15); }
H1.HeaderClassName
{
color: #38FC0F;
}
.AnyTagClassName
{
color: #38FC0F;
}
</style>
background-color css
<style>
a { background-color: #38FC0F; }
a { background-color: rgb(56,252,15); }
div.DivClassName
{
background-color: #38FC0F;
}
.BgClassName
{
background-color: #38FC0F;
}
</style>
border-color css
<style>
span { border-color: #38FC0F; }
span { border-color: rgb(56,252,15); }
td.TdClassName
{
border-color: #38FC0F;
}
.TagClassName
{
border-color: #38FC0F;
}
</style>