Shades of Harlequin #38FF25
Tints of Harlequin #38FF25
RGB
CMYK
RGB Variations
Color information
#38FF25 (or 0x38FF25) is known color: Harlequin. HEX triplet: 38, FF and 25. RGB value is (56,255,37). Sum of RGB (Red+Green+Blue) = 56+255+37=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 255 (100% from 255 or 73.28% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FF25 is #C700DA. Grayscale: #ABABAB. Windows color (decimal): -13041883 or 2490168. OLE color: 2490168.
HSL color Cylindrical-coordinate representation of color #38FF25: hue angle of 114.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38FF25 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 37 | - |
| CMYK | 0.78 | 0 | 0.85 | 0 |
| HSL | 114.77º | 1% | 0.57% | - |
| HSV(B) | 114.77º | 0.85% | 1% | - |
| XYZ | 37.72 | 72.49 | 13.75 | - |
| YUV | 170.65 | 52.57 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 37 | 0.78 | 0 | 0.85 | 0 | 114.77 | 1 | 0.57 |
| Hex | 38 | FF | 25 | 4E | 0 | 55 | 0 | 73 | 64 | 39 |
| Octal | 70 | 377 | 45 | 116 | 0 | 125 | 0 | 163 | 144 | 71 |
| Binary | 111000 | 11111111 | 100101 | 1001110 | 0 | 1010101 | 0 | 1110011 | 1100100 | 111001 |
Color Harmonies of #38FF25
Complementary color
Monochromatic Colors of #38FF25
Black with #38FF25
Text Example
Text Example
White with #38FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF25; }
p { color: rgb(56,255,37); }
H1.HeaderClassName
{
color: #38FF25;
}
.AnyTagClassName
{
color: #38FF25;
}
</style>
background-color css
<style>
a { background-color: #38FF25; }
a { background-color: rgb(56,255,37); }
div.DivClassName
{
background-color: #38FF25;
}
.BgClassName
{
background-color: #38FF25;
}
</style>
border-color css
<style>
span { border-color: #38FF25; }
span { border-color: rgb(56,255,37); }
td.TdClassName
{
border-color: #38FF25;
}
.TagClassName
{
border-color: #38FF25;
}
</style>