Shades of Harlequin #38F525
Tints of Harlequin #38F525
RGB
CMYK
RGB Variations
Color information
#38F525 (or 0x38F525) is known color: Harlequin. HEX triplet: 38, F5 and 25. RGB value is (56,245,37). Sum of RGB (Red+Green+Blue) = 56+245+37=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 245 (96.09% from 255 or 72.49% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 245 - color contains mainly: green. Hex color #38F525 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F525 is #C70ADA. Grayscale: #A5A5A5. Windows color (decimal): -13044443 or 2487608. OLE color: 2487608.
HSL color Cylindrical-coordinate representation of color #38F525: hue angle of 114.52º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38F525 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 245 | 37 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.04 |
| HSL | 114.52º | 0.91% | 0.55% | - |
| HSV(B) | 114.52º | 0.85% | 0.96% | - |
| XYZ | 34.62 | 66.28 | 12.72 | - |
| YUV | 164.78 | 55.88 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 245 | 37 | 0.77 | 0 | 0.85 | 0.04 | 114.52 | 0.91 | 0.55 |
| Hex | 38 | F5 | 25 | 4D | 0 | 55 | 4 | 73 | 5B | 37 |
| Octal | 70 | 365 | 45 | 115 | 0 | 125 | 4 | 163 | 133 | 67 |
| Binary | 111000 | 11110101 | 100101 | 1001101 | 0 | 1010101 | 100 | 1110011 | 1011011 | 110111 |
Color Harmonies of #38F525
Complementary color
Monochromatic Colors of #38F525
Black with #38F525
Text Example
Text Example
White with #38F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F525; }
p { color: rgb(56,245,37); }
H1.HeaderClassName
{
color: #38F525;
}
.AnyTagClassName
{
color: #38F525;
}
</style>
background-color css
<style>
a { background-color: #38F525; }
a { background-color: rgb(56,245,37); }
div.DivClassName
{
background-color: #38F525;
}
.BgClassName
{
background-color: #38F525;
}
</style>
border-color css
<style>
span { border-color: #38F525; }
span { border-color: rgb(56,245,37); }
td.TdClassName
{
border-color: #38F525;
}
.TagClassName
{
border-color: #38F525;
}
</style>