Shades of Harlequin #28F10D
Tints of Harlequin #28F10D
RGB
CMYK
RGB Variations
Color information
#28F10D (or 0x28F10D) is known color: Harlequin. HEX triplet: 28, F1 and 0D. RGB value is (40,241,13). Sum of RGB (Red+Green+Blue) = 40+241+13=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 241 (94.53% from 255 or 81.97% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 241 - color contains mainly: green. Hex color #28F10D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F10D is #D70EF2. Grayscale: #9B9B9B. Windows color (decimal): -14094067 or 913704. OLE color: 913704.
HSL color Cylindrical-coordinate representation of color #28F10D: hue angle of 112.89º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28F10D is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 13 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.05 |
| HSL | 112.89º | 0.9% | 0.5% | - |
| HSV(B) | 112.89º | 0.95% | 0.95% | - |
| XYZ | 32.4 | 63.39 | 10.91 | - |
| YUV | 154.91 | 47.91 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 13 | 0.83 | 0 | 0.95 | 0.05 | 112.89 | 0.9 | 0.5 |
| Hex | 28 | F1 | D | 53 | 0 | 5F | 5 | 71 | 5A | 32 |
| Octal | 50 | 361 | 15 | 123 | 0 | 137 | 5 | 161 | 132 | 62 |
| Binary | 101000 | 11110001 | 1101 | 1010011 | 0 | 1011111 | 101 | 1110001 | 1011010 | 110010 |
Color Harmonies of #28F10D
Complementary color
Monochromatic Colors of #28F10D
Black with #28F10D
Text Example
Text Example
White with #28F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F10D; }
p { color: rgb(40,241,13); }
H1.HeaderClassName
{
color: #28F10D;
}
.AnyTagClassName
{
color: #28F10D;
}
</style>
background-color css
<style>
a { background-color: #28F10D; }
a { background-color: rgb(40,241,13); }
div.DivClassName
{
background-color: #28F10D;
}
.BgClassName
{
background-color: #28F10D;
}
</style>
border-color css
<style>
span { border-color: #28F10D; }
span { border-color: rgb(40,241,13); }
td.TdClassName
{
border-color: #28F10D;
}
.TagClassName
{
border-color: #28F10D;
}
</style>