Shades of Harlequin #3AFB0D
Tints of Harlequin #3AFB0D
RGB
CMYK
RGB Variations
Color information
#3AFB0D (or 0x3AFB0D) is known color: Harlequin. HEX triplet: 3A, FB and 0D. RGB value is (58,251,13). Sum of RGB (Red+Green+Blue) = 58+251+13=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 251 (98.44% from 255 or 77.95% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFB0D is #C504F2. Grayscale: #A6A6A6. Windows color (decimal): -12911859 or 916282. OLE color: 916282.
HSL color Cylindrical-coordinate representation of color #3AFB0D: hue angle of 108.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AFB0D is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 13 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.02 |
| HSL | 108.66º | 0.97% | 0.52% | - |
| HSV(B) | 108.66º | 0.95% | 0.98% | - |
| XYZ | 36.31 | 69.92 | 11.96 | - |
| YUV | 166.16 | 41.56 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 13 | 0.77 | 0 | 0.95 | 0.02 | 108.66 | 0.97 | 0.52 |
| Hex | 3A | FB | D | 4D | 0 | 5F | 2 | 6D | 61 | 34 |
| Octal | 72 | 373 | 15 | 115 | 0 | 137 | 2 | 155 | 141 | 64 |
| Binary | 111010 | 11111011 | 1101 | 1001101 | 0 | 1011111 | 10 | 1101101 | 1100001 | 110100 |
Color Harmonies of #3AFB0D
Complementary color
Monochromatic Colors of #3AFB0D
Black with #3AFB0D
Text Example
Text Example
White with #3AFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB0D; }
p { color: rgb(58,251,13); }
H1.HeaderClassName
{
color: #3AFB0D;
}
.AnyTagClassName
{
color: #3AFB0D;
}
</style>
background-color css
<style>
a { background-color: #3AFB0D; }
a { background-color: rgb(58,251,13); }
div.DivClassName
{
background-color: #3AFB0D;
}
.BgClassName
{
background-color: #3AFB0D;
}
</style>
border-color css
<style>
span { border-color: #3AFB0D; }
span { border-color: rgb(58,251,13); }
td.TdClassName
{
border-color: #3AFB0D;
}
.TagClassName
{
border-color: #3AFB0D;
}
</style>