Shades of Harlequin #3CF31B
Tints of Harlequin #3CF31B
RGB
CMYK
RGB Variations
Color information
#3CF31B (or 0x3CF31B) is known color: Harlequin. HEX triplet: 3C, F3 and 1B. RGB value is (60,243,27). Sum of RGB (Red+Green+Blue) = 60+243+27=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF31B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF31B is #C30CE4. Grayscale: #A4A4A4. Windows color (decimal): -12782821 or 1831740. OLE color: 1831740.
HSL color Cylindrical-coordinate representation of color #3CF31B: hue angle of 110.83º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CF31B is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 27 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.05 |
| HSL | 110.83º | 0.9% | 0.53% | - |
| HSV(B) | 110.83º | 0.89% | 0.95% | - |
| XYZ | 34.11 | 65.14 | 11.81 | - |
| YUV | 163.66 | 50.87 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 27 | 0.75 | 0 | 0.89 | 0.05 | 110.83 | 0.9 | 0.53 |
| Hex | 3C | F3 | 1B | 4B | 0 | 59 | 5 | 6F | 5A | 35 |
| Octal | 74 | 363 | 33 | 113 | 0 | 131 | 5 | 157 | 132 | 65 |
| Binary | 111100 | 11110011 | 11011 | 1001011 | 0 | 1011001 | 101 | 1101111 | 1011010 | 110101 |
Color Harmonies of #3CF31B
Complementary color
Monochromatic Colors of #3CF31B
Black with #3CF31B
Text Example
Text Example
White with #3CF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF31B; }
p { color: rgb(60,243,27); }
H1.HeaderClassName
{
color: #3CF31B;
}
.AnyTagClassName
{
color: #3CF31B;
}
</style>
background-color css
<style>
a { background-color: #3CF31B; }
a { background-color: rgb(60,243,27); }
div.DivClassName
{
background-color: #3CF31B;
}
.BgClassName
{
background-color: #3CF31B;
}
</style>
border-color css
<style>
span { border-color: #3CF31B; }
span { border-color: rgb(60,243,27); }
td.TdClassName
{
border-color: #3CF31B;
}
.TagClassName
{
border-color: #3CF31B;
}
</style>