Shades of Harlequin #38FF2A
Tints of Harlequin #38FF2A
RGB
CMYK
RGB Variations
Color information
#38FF2A (or 0x38FF2A) is known color: Harlequin. HEX triplet: 38, FF and 2A. RGB value is (56,255,42). Sum of RGB (Red+Green+Blue) = 56+255+42=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FF2A is #C700D5. Grayscale: #ABABAB. Windows color (decimal): -13041878 or 2817848. OLE color: 2817848.
HSL color Cylindrical-coordinate representation of color #38FF2A: hue angle of 116.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38FF2A is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 42 | - |
| CMYK | 0.78 | 0 | 0.84 | 0 |
| HSL | 116.06º | 1% | 0.58% | - |
| HSV(B) | 116.06º | 0.84% | 1% | - |
| XYZ | 37.81 | 72.53 | 14.2 | - |
| YUV | 171.22 | 55.07 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 42 | 0.78 | 0 | 0.84 | 0 | 116.06 | 1 | 0.58 |
| Hex | 38 | FF | 2A | 4E | 0 | 54 | 0 | 74 | 64 | 3A |
| Octal | 70 | 377 | 52 | 116 | 0 | 124 | 0 | 164 | 144 | 72 |
| Binary | 111000 | 11111111 | 101010 | 1001110 | 0 | 1010100 | 0 | 1110100 | 1100100 | 111010 |
Color Harmonies of #38FF2A
Complementary color
Monochromatic Colors of #38FF2A
Black with #38FF2A
Text Example
Text Example
White with #38FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF2A; }
p { color: rgb(56,255,42); }
H1.HeaderClassName
{
color: #38FF2A;
}
.AnyTagClassName
{
color: #38FF2A;
}
</style>
background-color css
<style>
a { background-color: #38FF2A; }
a { background-color: rgb(56,255,42); }
div.DivClassName
{
background-color: #38FF2A;
}
.BgClassName
{
background-color: #38FF2A;
}
</style>
border-color css
<style>
span { border-color: #38FF2A; }
span { border-color: rgb(56,255,42); }
td.TdClassName
{
border-color: #38FF2A;
}
.TagClassName
{
border-color: #38FF2A;
}
</style>