Shades of Harlequin #3AFE05
Tints of Harlequin #3AFE05
RGB
CMYK
RGB Variations
Color information
#3AFE05 (or 0x3AFE05) is known color: Harlequin. HEX triplet: 3A, FE and 05. RGB value is (58,254,5). Sum of RGB (Red+Green+Blue) = 58+254+5=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 254 (99.61% from 255 or 80.13% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFE05 is #C501FA. Grayscale: #A7A7A7. Windows color (decimal): -12911099 or 392762. OLE color: 392762.
HSL color Cylindrical-coordinate representation of color #3AFE05: hue angle of 107.23º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AFE05 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.00 |
| HSL | 107.23º | 0.99% | 0.51% | - |
| HSV(B) | 107.23º | 0.98% | 1% | - |
| XYZ | 37.21 | 71.79 | 12.04 | - |
| YUV | 167.01 | 36.57 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 5 | 0.77 | 0 | 0.98 | 0.00 | 107.23 | 0.99 | 0.51 |
| Hex | 3A | FE | 5 | 4D | 0 | 62 | 0 | 6B | 63 | 33 |
| Octal | 72 | 376 | 5 | 115 | 0 | 142 | 0 | 153 | 143 | 63 |
| Binary | 111010 | 11111110 | 101 | 1001101 | 0 | 1100010 | 0 | 1101011 | 1100011 | 110011 |
Color Harmonies of #3AFE05
Complementary color
Monochromatic Colors of #3AFE05
Black with #3AFE05
Text Example
Text Example
White with #3AFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE05; }
p { color: rgb(58,254,5); }
H1.HeaderClassName
{
color: #3AFE05;
}
.AnyTagClassName
{
color: #3AFE05;
}
</style>
background-color css
<style>
a { background-color: #3AFE05; }
a { background-color: rgb(58,254,5); }
div.DivClassName
{
background-color: #3AFE05;
}
.BgClassName
{
background-color: #3AFE05;
}
</style>
border-color css
<style>
span { border-color: #3AFE05; }
span { border-color: rgb(58,254,5); }
td.TdClassName
{
border-color: #3AFE05;
}
.TagClassName
{
border-color: #3AFE05;
}
</style>