Shades of Harlequin #38E602
Tints of Harlequin #38E602
RGB
CMYK
RGB Variations
Color information
#38E602 (or 0x38E602) is known color: Harlequin. HEX triplet: 38, E6 and 02. RGB value is (56,230,2). Sum of RGB (Red+Green+Blue) = 56+230+2=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 230 (90.23% from 255 or 79.86% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 230 - color contains mainly: green. Hex color #38E602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E602 is #C719FD. Grayscale: #989898. Windows color (decimal): -13048318 or 190008. OLE color: 190008.
HSL color Cylindrical-coordinate representation of color #38E602: hue angle of 105.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38E602 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.10 |
| HSL | 105.79º | 0.98% | 0.45% | - |
| HSV(B) | 105.79º | 0.99% | 0.9% | - |
| XYZ | 29.94 | 57.44 | 9.57 | - |
| YUV | 151.98 | 43.35 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 2 | 0.76 | 0 | 0.99 | 0.10 | 105.79 | 0.98 | 0.45 |
| Hex | 38 | E6 | 2 | 4C | 0 | 63 | A | 6A | 62 | 2D |
| Octal | 70 | 346 | 2 | 114 | 0 | 143 | 12 | 152 | 142 | 55 |
| Binary | 111000 | 11100110 | 10 | 1001100 | 0 | 1100011 | 1010 | 1101010 | 1100010 | 101101 |
Color Harmonies of #38E602
Complementary color
Monochromatic Colors of #38E602
Black with #38E602
Text Example
Text Example
White with #38E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E602; }
p { color: rgb(56,230,2); }
H1.HeaderClassName
{
color: #38E602;
}
.AnyTagClassName
{
color: #38E602;
}
</style>
background-color css
<style>
a { background-color: #38E602; }
a { background-color: rgb(56,230,2); }
div.DivClassName
{
background-color: #38E602;
}
.BgClassName
{
background-color: #38E602;
}
</style>
border-color css
<style>
span { border-color: #38E602; }
span { border-color: rgb(56,230,2); }
td.TdClassName
{
border-color: #38E602;
}
.TagClassName
{
border-color: #38E602;
}
</style>