Shades of Harlequin #3AFA28
Tints of Harlequin #3AFA28
RGB
CMYK
RGB Variations
Color information
#3AFA28 (or 0x3AFA28) is known color: Harlequin. HEX triplet: 3A, FA and 28. RGB value is (58,250,40). Sum of RGB (Red+Green+Blue) = 58+250+40=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFA28 is #C505D7. Grayscale: #A9A9A9. Windows color (decimal): -12912088 or 2685498. OLE color: 2685498.
HSL color Cylindrical-coordinate representation of color #3AFA28: hue angle of 114.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AFA28 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 40 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.02 |
| HSL | 114.86º | 0.95% | 0.57% | - |
| HSV(B) | 114.86º | 0.84% | 0.98% | - |
| XYZ | 36.31 | 69.42 | 13.49 | - |
| YUV | 168.65 | 55.39 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 40 | 0.77 | 0 | 0.84 | 0.02 | 114.86 | 0.95 | 0.57 |
| Hex | 3A | FA | 28 | 4D | 0 | 54 | 2 | 73 | 5F | 39 |
| Octal | 72 | 372 | 50 | 115 | 0 | 124 | 2 | 163 | 137 | 71 |
| Binary | 111010 | 11111010 | 101000 | 1001101 | 0 | 1010100 | 10 | 1110011 | 1011111 | 111001 |
Color Harmonies of #3AFA28
Complementary color
Monochromatic Colors of #3AFA28
Black with #3AFA28
Text Example
Text Example
White with #3AFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFA28; }
p { color: rgb(58,250,40); }
H1.HeaderClassName
{
color: #3AFA28;
}
.AnyTagClassName
{
color: #3AFA28;
}
</style>
background-color css
<style>
a { background-color: #3AFA28; }
a { background-color: rgb(58,250,40); }
div.DivClassName
{
background-color: #3AFA28;
}
.BgClassName
{
background-color: #3AFA28;
}
</style>
border-color css
<style>
span { border-color: #3AFA28; }
span { border-color: rgb(58,250,40); }
td.TdClassName
{
border-color: #3AFA28;
}
.TagClassName
{
border-color: #3AFA28;
}
</style>