Shades of Harlequin #3AF324
Tints of Harlequin #3AF324
RGB
CMYK
RGB Variations
Color information
#3AF324 (or 0x3AF324) is known color: Harlequin. HEX triplet: 3A, F3 and 24. RGB value is (58,243,36). Sum of RGB (Red+Green+Blue) = 58+243+36=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF324 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF324 is #C50CDB. Grayscale: #A4A4A4. Windows color (decimal): -12913884 or 2421562. OLE color: 2421562.
HSL color Cylindrical-coordinate representation of color #3AF324: hue angle of 113.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AF324 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 36 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.05 |
| HSL | 113.62º | 0.9% | 0.55% | - |
| HSV(B) | 113.62º | 0.85% | 0.95% | - |
| XYZ | 34.11 | 65.13 | 12.44 | - |
| YUV | 164.09 | 55.71 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 36 | 0.76 | 0 | 0.85 | 0.05 | 113.62 | 0.9 | 0.55 |
| Hex | 3A | F3 | 24 | 4C | 0 | 55 | 5 | 72 | 5A | 37 |
| Octal | 72 | 363 | 44 | 114 | 0 | 125 | 5 | 162 | 132 | 67 |
| Binary | 111010 | 11110011 | 100100 | 1001100 | 0 | 1010101 | 101 | 1110010 | 1011010 | 110111 |
Color Harmonies of #3AF324
Complementary color
Monochromatic Colors of #3AF324
Black with #3AF324
Text Example
Text Example
White with #3AF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF324; }
p { color: rgb(58,243,36); }
H1.HeaderClassName
{
color: #3AF324;
}
.AnyTagClassName
{
color: #3AF324;
}
</style>
background-color css
<style>
a { background-color: #3AF324; }
a { background-color: rgb(58,243,36); }
div.DivClassName
{
background-color: #3AF324;
}
.BgClassName
{
background-color: #3AF324;
}
</style>
border-color css
<style>
span { border-color: #3AF324; }
span { border-color: rgb(58,243,36); }
td.TdClassName
{
border-color: #3AF324;
}
.TagClassName
{
border-color: #3AF324;
}
</style>