Shades of Harlequin #38DF02
Tints of Harlequin #38DF02
RGB
CMYK
RGB Variations
Color information
#38DF02 (or 0x38DF02) is known color: Harlequin. HEX triplet: 38, DF and 02. RGB value is (56,223,2). Sum of RGB (Red+Green+Blue) = 56+223+2=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 223 (87.5% from 255 or 79.36% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF02 is #C720FD. Grayscale: #949494. Windows color (decimal): -13050110 or 188216. OLE color: 188216.
HSL color Cylindrical-coordinate representation of color #38DF02: hue angle of 105.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38DF02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.13 |
| HSL | 105.34º | 0.98% | 0.44% | - |
| HSV(B) | 105.34º | 0.99% | 0.87% | - |
| XYZ | 28.03 | 53.62 | 8.93 | - |
| YUV | 147.87 | 45.67 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 2 | 0.75 | 0 | 0.99 | 0.13 | 105.34 | 0.98 | 0.44 |
| Hex | 38 | DF | 2 | 4B | 0 | 63 | D | 69 | 62 | 2C |
| Octal | 70 | 337 | 2 | 113 | 0 | 143 | 15 | 151 | 142 | 54 |
| Binary | 111000 | 11011111 | 10 | 1001011 | 0 | 1100011 | 1101 | 1101001 | 1100010 | 101100 |
Color Harmonies of #38DF02
Complementary color
Monochromatic Colors of #38DF02
Black with #38DF02
Text Example
Text Example
White with #38DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF02; }
p { color: rgb(56,223,2); }
H1.HeaderClassName
{
color: #38DF02;
}
.AnyTagClassName
{
color: #38DF02;
}
</style>
background-color css
<style>
a { background-color: #38DF02; }
a { background-color: rgb(56,223,2); }
div.DivClassName
{
background-color: #38DF02;
}
.BgClassName
{
background-color: #38DF02;
}
</style>
border-color css
<style>
span { border-color: #38DF02; }
span { border-color: rgb(56,223,2); }
td.TdClassName
{
border-color: #38DF02;
}
.TagClassName
{
border-color: #38DF02;
}
</style>