Shades of Harlequin #38F602
Tints of Harlequin #38F602
RGB
CMYK
RGB Variations
Color information
#38F602 (or 0x38F602) is known color: Harlequin. HEX triplet: 38, F6 and 02. RGB value is (56,246,2). Sum of RGB (Red+Green+Blue) = 56+246+2=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 246 (96.48% from 255 or 80.92% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 246 - color contains mainly: green. Hex color #38F602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F602 is #C709FD. Grayscale: #A2A2A2. Windows color (decimal): -13044222 or 194104. OLE color: 194104.
HSL color Cylindrical-coordinate representation of color #38F602: hue angle of 106.72º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38F602 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 246 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.04 |
| HSL | 106.72º | 0.98% | 0.49% | - |
| HSV(B) | 106.72º | 0.99% | 0.96% | - |
| XYZ | 34.6 | 66.76 | 11.12 | - |
| YUV | 161.37 | 38.05 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 246 | 2 | 0.77 | 0 | 0.99 | 0.04 | 106.72 | 0.98 | 0.49 |
| Hex | 38 | F6 | 2 | 4D | 0 | 63 | 4 | 6B | 62 | 31 |
| Octal | 70 | 366 | 2 | 115 | 0 | 143 | 4 | 153 | 142 | 61 |
| Binary | 111000 | 11110110 | 10 | 1001101 | 0 | 1100011 | 100 | 1101011 | 1100010 | 110001 |
Color Harmonies of #38F602
Complementary color
Monochromatic Colors of #38F602
Black with #38F602
Text Example
Text Example
White with #38F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F602; }
p { color: rgb(56,246,2); }
H1.HeaderClassName
{
color: #38F602;
}
.AnyTagClassName
{
color: #38F602;
}
</style>
background-color css
<style>
a { background-color: #38F602; }
a { background-color: rgb(56,246,2); }
div.DivClassName
{
background-color: #38F602;
}
.BgClassName
{
background-color: #38F602;
}
</style>
border-color css
<style>
span { border-color: #38F602; }
span { border-color: rgb(56,246,2); }
td.TdClassName
{
border-color: #38F602;
}
.TagClassName
{
border-color: #38F602;
}
</style>