Shades of Harlequin #3DF902
Tints of Harlequin #3DF902
RGB
CMYK
RGB Variations
Color information
#3DF902 (or 0x3DF902) is known color: Harlequin. HEX triplet: 3D, F9 and 02. RGB value is (61,249,2). Sum of RGB (Red+Green+Blue) = 61+249+2=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 249 (97.66% from 255 or 79.81% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF902 is #C206FD. Grayscale: #A5A5A5. Windows color (decimal): -12715774 or 194877. OLE color: 194877.
HSL color Cylindrical-coordinate representation of color #3DF902: hue angle of 105.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DF902 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.02 |
| HSL | 105.67º | 0.98% | 0.49% | - |
| HSV(B) | 105.67º | 0.99% | 0.98% | - |
| XYZ | 35.81 | 68.75 | 11.44 | - |
| YUV | 164.63 | 36.22 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 2 | 0.76 | 0 | 0.99 | 0.02 | 105.67 | 0.98 | 0.49 |
| Hex | 3D | F9 | 2 | 4C | 0 | 63 | 2 | 6A | 62 | 31 |
| Octal | 75 | 371 | 2 | 114 | 0 | 143 | 2 | 152 | 142 | 61 |
| Binary | 111101 | 11111001 | 10 | 1001100 | 0 | 1100011 | 10 | 1101010 | 1100010 | 110001 |
Color Harmonies of #3DF902
Complementary color
Monochromatic Colors of #3DF902
Black with #3DF902
Text Example
Text Example
White with #3DF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF902; }
p { color: rgb(61,249,2); }
H1.HeaderClassName
{
color: #3DF902;
}
.AnyTagClassName
{
color: #3DF902;
}
</style>
background-color css
<style>
a { background-color: #3DF902; }
a { background-color: rgb(61,249,2); }
div.DivClassName
{
background-color: #3DF902;
}
.BgClassName
{
background-color: #3DF902;
}
</style>
border-color css
<style>
span { border-color: #3DF902; }
span { border-color: rgb(61,249,2); }
td.TdClassName
{
border-color: #3DF902;
}
.TagClassName
{
border-color: #3DF902;
}
</style>