Shades of Harlequin #3CFA08
Tints of Harlequin #3CFA08
RGB
CMYK
RGB Variations
Color information
#3CFA08 (or 0x3CFA08) is known color: Harlequin. HEX triplet: 3C, FA and 08. RGB value is (60,250,8). Sum of RGB (Red+Green+Blue) = 60+250+8=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFA08 is #C305F7. Grayscale: #A6A6A6. Windows color (decimal): -12781048 or 588348. OLE color: 588348.
HSL color Cylindrical-coordinate representation of color #3CFA08: hue angle of 107.11º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CFA08 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 8 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.02 |
| HSL | 107.11º | 0.96% | 0.51% | - |
| HSV(B) | 107.11º | 0.97% | 0.98% | - |
| XYZ | 36.09 | 69.35 | 11.71 | - |
| YUV | 165.6 | 39.05 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 8 | 0.76 | 0 | 0.97 | 0.02 | 107.11 | 0.96 | 0.51 |
| Hex | 3C | FA | 8 | 4C | 0 | 61 | 2 | 6B | 60 | 33 |
| Octal | 74 | 372 | 10 | 114 | 0 | 141 | 2 | 153 | 140 | 63 |
| Binary | 111100 | 11111010 | 1000 | 1001100 | 0 | 1100001 | 10 | 1101011 | 1100000 | 110011 |
Color Harmonies of #3CFA08
Complementary color
Monochromatic Colors of #3CFA08
Black with #3CFA08
Text Example
Text Example
White with #3CFA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA08; }
p { color: rgb(60,250,8); }
H1.HeaderClassName
{
color: #3CFA08;
}
.AnyTagClassName
{
color: #3CFA08;
}
</style>
background-color css
<style>
a { background-color: #3CFA08; }
a { background-color: rgb(60,250,8); }
div.DivClassName
{
background-color: #3CFA08;
}
.BgClassName
{
background-color: #3CFA08;
}
</style>
border-color css
<style>
span { border-color: #3CFA08; }
span { border-color: rgb(60,250,8); }
td.TdClassName
{
border-color: #3CFA08;
}
.TagClassName
{
border-color: #3CFA08;
}
</style>