Shades of Harlequin #3AFB14
Tints of Harlequin #3AFB14
RGB
CMYK
RGB Variations
Color information
#3AFB14 (or 0x3AFB14) is known color: Harlequin. HEX triplet: 3A, FB and 14. RGB value is (58,251,20). Sum of RGB (Red+Green+Blue) = 58+251+20=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFB14 is #C504EB. Grayscale: #A7A7A7. Windows color (decimal): -12911852 or 1375034. OLE color: 1375034.
HSL color Cylindrical-coordinate representation of color #3AFB14: hue angle of 110.13º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AFB14 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 20 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.02 |
| HSL | 110.13º | 0.97% | 0.53% | - |
| HSV(B) | 110.13º | 0.92% | 0.98% | - |
| XYZ | 36.37 | 69.94 | 12.25 | - |
| YUV | 166.96 | 45.06 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 20 | 0.77 | 0 | 0.92 | 0.02 | 110.13 | 0.97 | 0.53 |
| Hex | 3A | FB | 14 | 4D | 0 | 5C | 2 | 6E | 61 | 35 |
| Octal | 72 | 373 | 24 | 115 | 0 | 134 | 2 | 156 | 141 | 65 |
| Binary | 111010 | 11111011 | 10100 | 1001101 | 0 | 1011100 | 10 | 1101110 | 1100001 | 110101 |
Color Harmonies of #3AFB14
Complementary color
Monochromatic Colors of #3AFB14
Black with #3AFB14
Text Example
Text Example
White with #3AFB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB14; }
p { color: rgb(58,251,20); }
H1.HeaderClassName
{
color: #3AFB14;
}
.AnyTagClassName
{
color: #3AFB14;
}
</style>
background-color css
<style>
a { background-color: #3AFB14; }
a { background-color: rgb(58,251,20); }
div.DivClassName
{
background-color: #3AFB14;
}
.BgClassName
{
background-color: #3AFB14;
}
</style>
border-color css
<style>
span { border-color: #3AFB14; }
span { border-color: rgb(58,251,20); }
td.TdClassName
{
border-color: #3AFB14;
}
.TagClassName
{
border-color: #3AFB14;
}
</style>