Shades of Harlequin #38FE2C
Tints of Harlequin #38FE2C
RGB
CMYK
RGB Variations
Color information
#38FE2C (or 0x38FE2C) is known color: Harlequin. HEX triplet: 38, FE and 2C. RGB value is (56,254,44). Sum of RGB (Red+Green+Blue) = 56+254+44=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 254 (99.61% from 255 or 71.75% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FE2C is #C701D3. Grayscale: #ABABAB. Windows color (decimal): -13042132 or 2948664. OLE color: 2948664.
HSL color Cylindrical-coordinate representation of color #38FE2C: hue angle of 116.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38FE2C is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 44 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.00 |
| HSL | 116.57º | 0.99% | 0.58% | - |
| HSV(B) | 116.57º | 0.83% | 1% | - |
| XYZ | 37.53 | 71.91 | 14.28 | - |
| YUV | 170.86 | 56.4 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 44 | 0.78 | 0 | 0.83 | 0.00 | 116.57 | 0.99 | 0.58 |
| Hex | 38 | FE | 2C | 4E | 0 | 53 | 0 | 75 | 63 | 3A |
| Octal | 70 | 376 | 54 | 116 | 0 | 123 | 0 | 165 | 143 | 72 |
| Binary | 111000 | 11111110 | 101100 | 1001110 | 0 | 1010011 | 0 | 1110101 | 1100011 | 111010 |
Color Harmonies of #38FE2C
Complementary color
Monochromatic Colors of #38FE2C
Black with #38FE2C
Text Example
Text Example
White with #38FE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE2C; }
p { color: rgb(56,254,44); }
H1.HeaderClassName
{
color: #38FE2C;
}
.AnyTagClassName
{
color: #38FE2C;
}
</style>
background-color css
<style>
a { background-color: #38FE2C; }
a { background-color: rgb(56,254,44); }
div.DivClassName
{
background-color: #38FE2C;
}
.BgClassName
{
background-color: #38FE2C;
}
</style>
border-color css
<style>
span { border-color: #38FE2C; }
span { border-color: rgb(56,254,44); }
td.TdClassName
{
border-color: #38FE2C;
}
.TagClassName
{
border-color: #38FE2C;
}
</style>