Shades of Harlequin #3DDF08
Tints of Harlequin #3DDF08
RGB
CMYK
RGB Variations
Color information
#3DDF08 (or 0x3DDF08) is known color: Harlequin. HEX triplet: 3D, DF and 08. RGB value is (61,223,8). Sum of RGB (Red+Green+Blue) = 61+223+8=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDF08 is #C220F7. Grayscale: #969696. Windows color (decimal): -12722424 or 581437. OLE color: 581437.
HSL color Cylindrical-coordinate representation of color #3DDF08: hue angle of 105.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DDF08 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 8 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.13 |
| HSL | 105.21º | 0.93% | 0.45% | - |
| HSV(B) | 105.21º | 0.96% | 0.87% | - |
| XYZ | 28.36 | 53.78 | 9.12 | - |
| YUV | 150.05 | 47.83 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 8 | 0.73 | 0 | 0.96 | 0.13 | 105.21 | 0.93 | 0.45 |
| Hex | 3D | DF | 8 | 49 | 0 | 60 | D | 69 | 5D | 2D |
| Octal | 75 | 337 | 10 | 111 | 0 | 140 | 15 | 151 | 135 | 55 |
| Binary | 111101 | 11011111 | 1000 | 1001001 | 0 | 1100000 | 1101 | 1101001 | 1011101 | 101101 |
Color Harmonies of #3DDF08
Complementary color
Monochromatic Colors of #3DDF08
Black with #3DDF08
Text Example
Text Example
White with #3DDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF08; }
p { color: rgb(61,223,8); }
H1.HeaderClassName
{
color: #3DDF08;
}
.AnyTagClassName
{
color: #3DDF08;
}
</style>
background-color css
<style>
a { background-color: #3DDF08; }
a { background-color: rgb(61,223,8); }
div.DivClassName
{
background-color: #3DDF08;
}
.BgClassName
{
background-color: #3DDF08;
}
</style>
border-color css
<style>
span { border-color: #3DDF08; }
span { border-color: rgb(61,223,8); }
td.TdClassName
{
border-color: #3DDF08;
}
.TagClassName
{
border-color: #3DDF08;
}
</style>