Shades of Harlequin #38DA07
Tints of Harlequin #38DA07
RGB
CMYK
RGB Variations
Color information
#38DA07 (or 0x38DA07) is known color: Harlequin. HEX triplet: 38, DA and 07. RGB value is (56,218,7). Sum of RGB (Red+Green+Blue) = 56+218+7=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DA07 is #C725F8. Grayscale: #929292. Windows color (decimal): -13051385 or 514616. OLE color: 514616.
HSL color Cylindrical-coordinate representation of color #38DA07: hue angle of 106.07º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38DA07 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 7 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.15 |
| HSL | 106.07º | 0.94% | 0.44% | - |
| HSV(B) | 106.07º | 0.97% | 0.85% | - |
| XYZ | 26.74 | 51 | 8.64 | - |
| YUV | 145.51 | 49.83 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 7 | 0.74 | 0 | 0.97 | 0.15 | 106.07 | 0.94 | 0.44 |
| Hex | 38 | DA | 7 | 4A | 0 | 61 | F | 6A | 5E | 2C |
| Octal | 70 | 332 | 7 | 112 | 0 | 141 | 17 | 152 | 136 | 54 |
| Binary | 111000 | 11011010 | 111 | 1001010 | 0 | 1100001 | 1111 | 1101010 | 1011110 | 101100 |
Color Harmonies of #38DA07
Complementary color
Monochromatic Colors of #38DA07
Black with #38DA07
Text Example
Text Example
White with #38DA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DA07; }
p { color: rgb(56,218,7); }
H1.HeaderClassName
{
color: #38DA07;
}
.AnyTagClassName
{
color: #38DA07;
}
</style>
background-color css
<style>
a { background-color: #38DA07; }
a { background-color: rgb(56,218,7); }
div.DivClassName
{
background-color: #38DA07;
}
.BgClassName
{
background-color: #38DA07;
}
</style>
border-color css
<style>
span { border-color: #38DA07; }
span { border-color: rgb(56,218,7); }
td.TdClassName
{
border-color: #38DA07;
}
.TagClassName
{
border-color: #38DA07;
}
</style>