Shades of Harlequin #3AF305
Tints of Harlequin #3AF305
RGB
CMYK
RGB Variations
Color information
#3AF305 (or 0x3AF305) is known color: Harlequin. HEX triplet: 3A, F3 and 05. RGB value is (58,243,5). Sum of RGB (Red+Green+Blue) = 58+243+5=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 243 (95.31% from 255 or 79.41% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF305 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF305 is #C50CFA. Grayscale: #A1A1A1. Windows color (decimal): -12913915 or 389946. OLE color: 389946.
HSL color Cylindrical-coordinate representation of color #3AF305: hue angle of 106.64º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AF305 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 5 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.05 |
| HSL | 106.64º | 0.96% | 0.49% | - |
| HSV(B) | 106.64º | 0.98% | 0.95% | - |
| XYZ | 33.82 | 65.01 | 10.91 | - |
| YUV | 160.55 | 40.21 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 5 | 0.76 | 0 | 0.98 | 0.05 | 106.64 | 0.96 | 0.49 |
| Hex | 3A | F3 | 5 | 4C | 0 | 62 | 5 | 6B | 60 | 31 |
| Octal | 72 | 363 | 5 | 114 | 0 | 142 | 5 | 153 | 140 | 61 |
| Binary | 111010 | 11110011 | 101 | 1001100 | 0 | 1100010 | 101 | 1101011 | 1100000 | 110001 |
Color Harmonies of #3AF305
Complementary color
Monochromatic Colors of #3AF305
Black with #3AF305
Text Example
Text Example
White with #3AF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF305; }
p { color: rgb(58,243,5); }
H1.HeaderClassName
{
color: #3AF305;
}
.AnyTagClassName
{
color: #3AF305;
}
</style>
background-color css
<style>
a { background-color: #3AF305; }
a { background-color: rgb(58,243,5); }
div.DivClassName
{
background-color: #3AF305;
}
.BgClassName
{
background-color: #3AF305;
}
</style>
border-color css
<style>
span { border-color: #3AF305; }
span { border-color: rgb(58,243,5); }
td.TdClassName
{
border-color: #3AF305;
}
.TagClassName
{
border-color: #3AF305;
}
</style>