Shades of Harlequin #3DFB23
Tints of Harlequin #3DFB23
RGB
CMYK
RGB Variations
Color information
#3DFB23 (or 0x3DFB23) is known color: Harlequin. HEX triplet: 3D, FB and 23. RGB value is (61,251,35). Sum of RGB (Red+Green+Blue) = 61+251+35=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 251 (98.44% from 255 or 72.33% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB23 is #C204DC. Grayscale: #AAAAAA. Windows color (decimal): -12715229 or 2358077. OLE color: 2358077.
HSL color Cylindrical-coordinate representation of color #3DFB23: hue angle of 112.78º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DFB23 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 35 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.02 |
| HSL | 112.78º | 0.96% | 0.56% | - |
| HSV(B) | 112.78º | 0.86% | 0.98% | - |
| XYZ | 36.73 | 70.11 | 13.19 | - |
| YUV | 169.57 | 52.05 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 35 | 0.76 | 0 | 0.86 | 0.02 | 112.78 | 0.96 | 0.56 |
| Hex | 3D | FB | 23 | 4C | 0 | 56 | 2 | 71 | 60 | 38 |
| Octal | 75 | 373 | 43 | 114 | 0 | 126 | 2 | 161 | 140 | 70 |
| Binary | 111101 | 11111011 | 100011 | 1001100 | 0 | 1010110 | 10 | 1110001 | 1100000 | 111000 |
Color Harmonies of #3DFB23
Complementary color
Monochromatic Colors of #3DFB23
Black with #3DFB23
Text Example
Text Example
White with #3DFB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB23; }
p { color: rgb(61,251,35); }
H1.HeaderClassName
{
color: #3DFB23;
}
.AnyTagClassName
{
color: #3DFB23;
}
</style>
background-color css
<style>
a { background-color: #3DFB23; }
a { background-color: rgb(61,251,35); }
div.DivClassName
{
background-color: #3DFB23;
}
.BgClassName
{
background-color: #3DFB23;
}
</style>
border-color css
<style>
span { border-color: #3DFB23; }
span { border-color: rgb(61,251,35); }
td.TdClassName
{
border-color: #3DFB23;
}
.TagClassName
{
border-color: #3DFB23;
}
</style>