Shades of Harlequin #28FA02
Tints of Harlequin #28FA02
RGB
CMYK
RGB Variations
Color information
#28FA02 (or 0x28FA02) is known color: Harlequin. HEX triplet: 28, FA and 02. RGB value is (40,250,2). Sum of RGB (Red+Green+Blue) = 40+250+2=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 250 (98.05% from 255 or 85.62% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FA02 is #D705FD. Grayscale: #9F9F9F. Windows color (decimal): -14091774 or 195112. OLE color: 195112.
HSL color Cylindrical-coordinate representation of color #28FA02: hue angle of 110.81º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28FA02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.02 |
| HSL | 110.81º | 0.98% | 0.49% | - |
| HSV(B) | 110.81º | 0.99% | 0.98% | - |
| XYZ | 35.07 | 68.83 | 11.49 | - |
| YUV | 158.94 | 39.43 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 2 | 0.84 | 0 | 0.99 | 0.02 | 110.81 | 0.98 | 0.49 |
| Hex | 28 | FA | 2 | 54 | 0 | 63 | 2 | 6F | 62 | 31 |
| Octal | 50 | 372 | 2 | 124 | 0 | 143 | 2 | 157 | 142 | 61 |
| Binary | 101000 | 11111010 | 10 | 1010100 | 0 | 1100011 | 10 | 1101111 | 1100010 | 110001 |
Color Harmonies of #28FA02
Complementary color
Monochromatic Colors of #28FA02
Black with #28FA02
Text Example
Text Example
White with #28FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA02; }
p { color: rgb(40,250,2); }
H1.HeaderClassName
{
color: #28FA02;
}
.AnyTagClassName
{
color: #28FA02;
}
</style>
background-color css
<style>
a { background-color: #28FA02; }
a { background-color: rgb(40,250,2); }
div.DivClassName
{
background-color: #28FA02;
}
.BgClassName
{
background-color: #28FA02;
}
</style>
border-color css
<style>
span { border-color: #28FA02; }
span { border-color: rgb(40,250,2); }
td.TdClassName
{
border-color: #28FA02;
}
.TagClassName
{
border-color: #28FA02;
}
</style>