Shades of Harlequin #38FF15
Tints of Harlequin #38FF15
RGB
CMYK
RGB Variations
Color information
#38FF15 (or 0x38FF15) is known color: Harlequin. HEX triplet: 38, FF and 15. RGB value is (56,255,21). Sum of RGB (Red+Green+Blue) = 56+255+21=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FF15 is #C700EA. Grayscale: #A9A9A9. Windows color (decimal): -13041899 or 1441592. OLE color: 1441592.
HSL color Cylindrical-coordinate representation of color #38FF15: hue angle of 111.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38FF15 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 21 | - |
| CMYK | 0.78 | 0 | 0.92 | 0 |
| HSL | 111.03º | 1% | 0.54% | - |
| HSV(B) | 111.03º | 0.92% | 1% | - |
| XYZ | 37.53 | 72.41 | 12.71 | - |
| YUV | 168.82 | 44.57 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 21 | 0.78 | 0 | 0.92 | 0 | 111.03 | 1 | 0.54 |
| Hex | 38 | FF | 15 | 4E | 0 | 5C | 0 | 6F | 64 | 36 |
| Octal | 70 | 377 | 25 | 116 | 0 | 134 | 0 | 157 | 144 | 66 |
| Binary | 111000 | 11111111 | 10101 | 1001110 | 0 | 1011100 | 0 | 1101111 | 1100100 | 110110 |
Color Harmonies of #38FF15
Complementary color
Monochromatic Colors of #38FF15
Black with #38FF15
Text Example
Text Example
White with #38FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF15; }
p { color: rgb(56,255,21); }
H1.HeaderClassName
{
color: #38FF15;
}
.AnyTagClassName
{
color: #38FF15;
}
</style>
background-color css
<style>
a { background-color: #38FF15; }
a { background-color: rgb(56,255,21); }
div.DivClassName
{
background-color: #38FF15;
}
.BgClassName
{
background-color: #38FF15;
}
</style>
border-color css
<style>
span { border-color: #38FF15; }
span { border-color: rgb(56,255,21); }
td.TdClassName
{
border-color: #38FF15;
}
.TagClassName
{
border-color: #38FF15;
}
</style>