Shades of Harlequin #3CDF08
Tints of Harlequin #3CDF08
RGB
CMYK
RGB Variations
Color information
#3CDF08 (or 0x3CDF08) is known color: Harlequin. HEX triplet: 3C, DF and 08. RGB value is (60,223,8). Sum of RGB (Red+Green+Blue) = 60+223+8=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 223 (87.5% from 255 or 76.63% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDF08 is #C320F7. Grayscale: #969696. Windows color (decimal): -12787960 or 581436. OLE color: 581436.
HSL color Cylindrical-coordinate representation of color #3CDF08: hue angle of 105.49º 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 #3CDF08 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 8 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.13 |
| HSL | 105.49º | 0.93% | 0.45% | - |
| HSV(B) | 105.49º | 0.96% | 0.87% | - |
| XYZ | 28.29 | 53.75 | 9.11 | - |
| YUV | 149.75 | 48 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 8 | 0.73 | 0 | 0.96 | 0.13 | 105.49 | 0.93 | 0.45 |
| Hex | 3C | DF | 8 | 49 | 0 | 60 | D | 69 | 5D | 2D |
| Octal | 74 | 337 | 10 | 111 | 0 | 140 | 15 | 151 | 135 | 55 |
| Binary | 111100 | 11011111 | 1000 | 1001001 | 0 | 1100000 | 1101 | 1101001 | 1011101 | 101101 |
Color Harmonies of #3CDF08
Complementary color
Monochromatic Colors of #3CDF08
Black with #3CDF08
Text Example
Text Example
White with #3CDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF08; }
p { color: rgb(60,223,8); }
H1.HeaderClassName
{
color: #3CDF08;
}
.AnyTagClassName
{
color: #3CDF08;
}
</style>
background-color css
<style>
a { background-color: #3CDF08; }
a { background-color: rgb(60,223,8); }
div.DivClassName
{
background-color: #3CDF08;
}
.BgClassName
{
background-color: #3CDF08;
}
</style>
border-color css
<style>
span { border-color: #3CDF08; }
span { border-color: rgb(60,223,8); }
td.TdClassName
{
border-color: #3CDF08;
}
.TagClassName
{
border-color: #3CDF08;
}
</style>