Shades of Harlequin #3FF825
Tints of Harlequin #3FF825
RGB
CMYK
RGB Variations
Color information
#3FF825 (or 0x3FF825) is known color: Harlequin. HEX triplet: 3F, F8 and 25. RGB value is (63,248,37). Sum of RGB (Red+Green+Blue) = 63+248+37=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 248 (97.27% from 255 or 71.26% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF825 is #C007DA. Grayscale: #A9A9A9. Windows color (decimal): -12584923 or 2488383. OLE color: 2488383.
HSL color Cylindrical-coordinate representation of color #3FF825: hue angle of 112.61º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FF825 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 37 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.03 |
| HSL | 112.61º | 0.94% | 0.56% | - |
| HSV(B) | 112.61º | 0.85% | 0.97% | - |
| XYZ | 35.95 | 68.33 | 13.04 | - |
| YUV | 168.63 | 53.71 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 37 | 0.75 | 0 | 0.85 | 0.03 | 112.61 | 0.94 | 0.56 |
| Hex | 3F | F8 | 25 | 4B | 0 | 55 | 3 | 71 | 5E | 38 |
| Octal | 77 | 370 | 45 | 113 | 0 | 125 | 3 | 161 | 136 | 70 |
| Binary | 111111 | 11111000 | 100101 | 1001011 | 0 | 1010101 | 11 | 1110001 | 1011110 | 111000 |
Color Harmonies of #3FF825
Complementary color
Monochromatic Colors of #3FF825
Black with #3FF825
Text Example
Text Example
White with #3FF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF825; }
p { color: rgb(63,248,37); }
H1.HeaderClassName
{
color: #3FF825;
}
.AnyTagClassName
{
color: #3FF825;
}
</style>
background-color css
<style>
a { background-color: #3FF825; }
a { background-color: rgb(63,248,37); }
div.DivClassName
{
background-color: #3FF825;
}
.BgClassName
{
background-color: #3FF825;
}
</style>
border-color css
<style>
span { border-color: #3FF825; }
span { border-color: rgb(63,248,37); }
td.TdClassName
{
border-color: #3FF825;
}
.TagClassName
{
border-color: #3FF825;
}
</style>