Shades of Harlequin #38F205
Tints of Harlequin #38F205
RGB
CMYK
RGB Variations
Color information
#38F205 (or 0x38F205) is known color: Harlequin. HEX triplet: 38, F2 and 05. RGB value is (56,242,5). Sum of RGB (Red+Green+Blue) = 56+242+5=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 242 (94.92% from 255 or 79.87% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 242 - color contains mainly: green. Hex color #38F205 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F205 is #C70DFA. Grayscale: #A0A0A0. Windows color (decimal): -13045243 or 389688. OLE color: 389688.
HSL color Cylindrical-coordinate representation of color #38F205: hue angle of 107.09º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38F205 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.05 |
| HSL | 107.09º | 0.96% | 0.48% | - |
| HSV(B) | 107.09º | 0.98% | 0.95% | - |
| XYZ | 33.41 | 64.36 | 10.8 | - |
| YUV | 159.37 | 40.88 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 5 | 0.77 | 0 | 0.98 | 0.05 | 107.09 | 0.96 | 0.48 |
| Hex | 38 | F2 | 5 | 4D | 0 | 62 | 5 | 6B | 60 | 30 |
| Octal | 70 | 362 | 5 | 115 | 0 | 142 | 5 | 153 | 140 | 60 |
| Binary | 111000 | 11110010 | 101 | 1001101 | 0 | 1100010 | 101 | 1101011 | 1100000 | 110000 |
Color Harmonies of #38F205
Complementary color
Monochromatic Colors of #38F205
Black with #38F205
Text Example
Text Example
White with #38F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F205; }
p { color: rgb(56,242,5); }
H1.HeaderClassName
{
color: #38F205;
}
.AnyTagClassName
{
color: #38F205;
}
</style>
background-color css
<style>
a { background-color: #38F205; }
a { background-color: rgb(56,242,5); }
div.DivClassName
{
background-color: #38F205;
}
.BgClassName
{
background-color: #38F205;
}
</style>
border-color css
<style>
span { border-color: #38F205; }
span { border-color: rgb(56,242,5); }
td.TdClassName
{
border-color: #38F205;
}
.TagClassName
{
border-color: #38F205;
}
</style>