Shades of Harlequin #38FF02
Tints of Harlequin #38FF02
RGB
CMYK
RGB Variations
Color information
#38FF02 (or 0x38FF02) is known color: Harlequin. HEX triplet: 38, FF and 02. RGB value is (56,255,2). Sum of RGB (Red+Green+Blue) = 56+255+2=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 255 (100% from 255 or 81.47% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FF02 is #C700FD. Grayscale: #A7A7A7. Windows color (decimal): -13041918 or 196408. OLE color: 196408.
HSL color Cylindrical-coordinate representation of color #38FF02: hue angle of 107.19º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38FF02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0 |
| HSL | 107.19º | 1% | 0.5% | - |
| HSV(B) | 107.19º | 0.99% | 1% | - |
| XYZ | 37.4 | 72.37 | 12.05 | - |
| YUV | 166.66 | 35.07 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 2 | 0.78 | 0 | 0.99 | 0 | 107.19 | 1 | 0.5 |
| Hex | 38 | FF | 2 | 4E | 0 | 63 | 0 | 6B | 64 | 32 |
| Octal | 70 | 377 | 2 | 116 | 0 | 143 | 0 | 153 | 144 | 62 |
| Binary | 111000 | 11111111 | 10 | 1001110 | 0 | 1100011 | 0 | 1101011 | 1100100 | 110010 |
Color Harmonies of #38FF02
Complementary color
Monochromatic Colors of #38FF02
Black with #38FF02
Text Example
Text Example
White with #38FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF02; }
p { color: rgb(56,255,2); }
H1.HeaderClassName
{
color: #38FF02;
}
.AnyTagClassName
{
color: #38FF02;
}
</style>
background-color css
<style>
a { background-color: #38FF02; }
a { background-color: rgb(56,255,2); }
div.DivClassName
{
background-color: #38FF02;
}
.BgClassName
{
background-color: #38FF02;
}
</style>
border-color css
<style>
span { border-color: #38FF02; }
span { border-color: rgb(56,255,2); }
td.TdClassName
{
border-color: #38FF02;
}
.TagClassName
{
border-color: #38FF02;
}
</style>