Shades of Harlequin #28F605
Tints of Harlequin #28F605
RGB
CMYK
RGB Variations
Color information
#28F605 (or 0x28F605) is known color: Harlequin. HEX triplet: 28, F6 and 05. RGB value is (40,246,5). Sum of RGB (Red+Green+Blue) = 40+246+5=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 246 (96.48% from 255 or 84.54% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 246 - color contains mainly: green. Hex color #28F605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F605 is #D709FA. Grayscale: #9D9D9D. Windows color (decimal): -14092795 or 390696. OLE color: 390696.
HSL color Cylindrical-coordinate representation of color #28F605: hue angle of 111.29º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28F605 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.04 |
| HSL | 111.29º | 0.96% | 0.49% | - |
| HSV(B) | 111.29º | 0.98% | 0.96% | - |
| XYZ | 33.86 | 66.37 | 11.17 | - |
| YUV | 156.93 | 42.25 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 5 | 0.84 | 0 | 0.98 | 0.04 | 111.29 | 0.96 | 0.49 |
| Hex | 28 | F6 | 5 | 54 | 0 | 62 | 4 | 6F | 60 | 31 |
| Octal | 50 | 366 | 5 | 124 | 0 | 142 | 4 | 157 | 140 | 61 |
| Binary | 101000 | 11110110 | 101 | 1010100 | 0 | 1100010 | 100 | 1101111 | 1100000 | 110001 |
Color Harmonies of #28F605
Complementary color
Monochromatic Colors of #28F605
Black with #28F605
Text Example
Text Example
White with #28F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F605; }
p { color: rgb(40,246,5); }
H1.HeaderClassName
{
color: #28F605;
}
.AnyTagClassName
{
color: #28F605;
}
</style>
background-color css
<style>
a { background-color: #28F605; }
a { background-color: rgb(40,246,5); }
div.DivClassName
{
background-color: #28F605;
}
.BgClassName
{
background-color: #28F605;
}
</style>
border-color css
<style>
span { border-color: #28F605; }
span { border-color: rgb(40,246,5); }
td.TdClassName
{
border-color: #28F605;
}
.TagClassName
{
border-color: #28F605;
}
</style>