Shades of Harlequin #38FC2C
Tints of Harlequin #38FC2C
RGB
CMYK
RGB Variations
Color information
#38FC2C (or 0x38FC2C) is known color: Harlequin. HEX triplet: 38, FC and 2C. RGB value is (56,252,44). Sum of RGB (Red+Green+Blue) = 56+252+44=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 252 (98.83% from 255 or 71.59% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 252 - color contains mainly: green. Hex color #38FC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FC2C is #C703D3. Grayscale: #AAAAAA. Windows color (decimal): -13042644 or 2948152. OLE color: 2948152.
HSL color Cylindrical-coordinate representation of color #38FC2C: hue angle of 116.54º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38FC2C is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 252 | 44 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.01 |
| HSL | 116.54º | 0.97% | 0.58% | - |
| HSV(B) | 116.54º | 0.83% | 0.99% | - |
| XYZ | 36.9 | 70.64 | 14.07 | - |
| YUV | 169.68 | 57.07 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 252 | 44 | 0.78 | 0 | 0.83 | 0.01 | 116.54 | 0.97 | 0.58 |
| Hex | 38 | FC | 2C | 4E | 0 | 53 | 1 | 75 | 61 | 3A |
| Octal | 70 | 374 | 54 | 116 | 0 | 123 | 1 | 165 | 141 | 72 |
| Binary | 111000 | 11111100 | 101100 | 1001110 | 0 | 1010011 | 1 | 1110101 | 1100001 | 111010 |
Color Harmonies of #38FC2C
Complementary color
Monochromatic Colors of #38FC2C
Black with #38FC2C
Text Example
Text Example
White with #38FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FC2C; }
p { color: rgb(56,252,44); }
H1.HeaderClassName
{
color: #38FC2C;
}
.AnyTagClassName
{
color: #38FC2C;
}
</style>
background-color css
<style>
a { background-color: #38FC2C; }
a { background-color: rgb(56,252,44); }
div.DivClassName
{
background-color: #38FC2C;
}
.BgClassName
{
background-color: #38FC2C;
}
</style>
border-color css
<style>
span { border-color: #38FC2C; }
span { border-color: rgb(56,252,44); }
td.TdClassName
{
border-color: #38FC2C;
}
.TagClassName
{
border-color: #38FC2C;
}
</style>