Shades of Harlequin #38DF05
Tints of Harlequin #38DF05
RGB
CMYK
RGB Variations
Color information
#38DF05 (or 0x38DF05) is known color: Harlequin. HEX triplet: 38, DF and 05. RGB value is (56,223,5). Sum of RGB (Red+Green+Blue) = 56+223+5=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF05 is #C720FA. Grayscale: #949494. Windows color (decimal): -13050107 or 384824. OLE color: 384824.
HSL color Cylindrical-coordinate representation of color #38DF05: hue angle of 105.96º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38DF05 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 5 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.13 |
| HSL | 105.96º | 0.96% | 0.45% | - |
| HSV(B) | 105.96º | 0.98% | 0.87% | - |
| XYZ | 28.05 | 53.63 | 9.02 | - |
| YUV | 148.22 | 47.17 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 5 | 0.75 | 0 | 0.98 | 0.13 | 105.96 | 0.96 | 0.45 |
| Hex | 38 | DF | 5 | 4B | 0 | 62 | D | 6A | 60 | 2D |
| Octal | 70 | 337 | 5 | 113 | 0 | 142 | 15 | 152 | 140 | 55 |
| Binary | 111000 | 11011111 | 101 | 1001011 | 0 | 1100010 | 1101 | 1101010 | 1100000 | 101101 |
Color Harmonies of #38DF05
Complementary color
Monochromatic Colors of #38DF05
Black with #38DF05
Text Example
Text Example
White with #38DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF05; }
p { color: rgb(56,223,5); }
H1.HeaderClassName
{
color: #38DF05;
}
.AnyTagClassName
{
color: #38DF05;
}
</style>
background-color css
<style>
a { background-color: #38DF05; }
a { background-color: rgb(56,223,5); }
div.DivClassName
{
background-color: #38DF05;
}
.BgClassName
{
background-color: #38DF05;
}
</style>
border-color css
<style>
span { border-color: #38DF05; }
span { border-color: rgb(56,223,5); }
td.TdClassName
{
border-color: #38DF05;
}
.TagClassName
{
border-color: #38DF05;
}
</style>