Shades of Harlequin #3DF023
Tints of Harlequin #3DF023
RGB
CMYK
RGB Variations
Color information
#3DF023 (or 0x3DF023) is known color: Harlequin. HEX triplet: 3D, F0 and 23. RGB value is (61,240,35). Sum of RGB (Red+Green+Blue) = 61+240+35=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF023 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF023 is #C20FDC. Grayscale: #A3A3A3. Windows color (decimal): -12718045 or 2355261. OLE color: 2355261.
HSL color Cylindrical-coordinate representation of color #3DF023: hue angle of 112.39º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DF023 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 35 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.06 |
| HSL | 112.39º | 0.87% | 0.54% | - |
| HSV(B) | 112.39º | 0.85% | 0.94% | - |
| XYZ | 33.39 | 63.43 | 12.07 | - |
| YUV | 163.11 | 55.7 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 35 | 0.75 | 0 | 0.85 | 0.06 | 112.39 | 0.87 | 0.54 |
| Hex | 3D | F0 | 23 | 4B | 0 | 55 | 6 | 70 | 57 | 36 |
| Octal | 75 | 360 | 43 | 113 | 0 | 125 | 6 | 160 | 127 | 66 |
| Binary | 111101 | 11110000 | 100011 | 1001011 | 0 | 1010101 | 110 | 1110000 | 1010111 | 110110 |
Color Harmonies of #3DF023
Complementary color
Monochromatic Colors of #3DF023
Black with #3DF023
Text Example
Text Example
White with #3DF023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF023; }
p { color: rgb(61,240,35); }
H1.HeaderClassName
{
color: #3DF023;
}
.AnyTagClassName
{
color: #3DF023;
}
</style>
background-color css
<style>
a { background-color: #3DF023; }
a { background-color: rgb(61,240,35); }
div.DivClassName
{
background-color: #3DF023;
}
.BgClassName
{
background-color: #3DF023;
}
</style>
border-color css
<style>
span { border-color: #3DF023; }
span { border-color: rgb(61,240,35); }
td.TdClassName
{
border-color: #3DF023;
}
.TagClassName
{
border-color: #3DF023;
}
</style>