Shades of Harlequin #3DF305
Tints of Harlequin #3DF305
RGB
CMYK
RGB Variations
Color information
#3DF305 (or 0x3DF305) is known color: Harlequin. HEX triplet: 3D, F3 and 05. RGB value is (61,243,5). Sum of RGB (Red+Green+Blue) = 61+243+5=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 243 (95.31% from 255 or 78.64% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF305 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF305 is #C20CFA. Grayscale: #A2A2A2. Windows color (decimal): -12717307 or 389949. OLE color: 389949.
HSL color Cylindrical-coordinate representation of color #3DF305: hue angle of 105.88º 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 #3DF305 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 5 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.05 |
| HSL | 105.88º | 0.96% | 0.49% | - |
| HSV(B) | 105.88º | 0.98% | 0.95% | - |
| XYZ | 34 | 65.1 | 10.92 | - |
| YUV | 161.45 | 39.7 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 5 | 0.75 | 0 | 0.98 | 0.05 | 105.88 | 0.96 | 0.49 |
| Hex | 3D | F3 | 5 | 4B | 0 | 62 | 5 | 6A | 60 | 31 |
| Octal | 75 | 363 | 5 | 113 | 0 | 142 | 5 | 152 | 140 | 61 |
| Binary | 111101 | 11110011 | 101 | 1001011 | 0 | 1100010 | 101 | 1101010 | 1100000 | 110001 |
Color Harmonies of #3DF305
Complementary color
Monochromatic Colors of #3DF305
Black with #3DF305
Text Example
Text Example
White with #3DF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF305; }
p { color: rgb(61,243,5); }
H1.HeaderClassName
{
color: #3DF305;
}
.AnyTagClassName
{
color: #3DF305;
}
</style>
background-color css
<style>
a { background-color: #3DF305; }
a { background-color: rgb(61,243,5); }
div.DivClassName
{
background-color: #3DF305;
}
.BgClassName
{
background-color: #3DF305;
}
</style>
border-color css
<style>
span { border-color: #3DF305; }
span { border-color: rgb(61,243,5); }
td.TdClassName
{
border-color: #3DF305;
}
.TagClassName
{
border-color: #3DF305;
}
</style>