Shades of Harlequin #4CF10A
Tints of Harlequin #4CF10A
RGB
CMYK
RGB Variations
Color information
#4CF10A (or 0x4CF10A) is known color: Harlequin. HEX triplet: 4C, F1 and 0A. RGB value is (76,241,10). Sum of RGB (Red+Green+Blue) = 76+241+10=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF10A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF10A is #B30EF5. Grayscale: #A6A6A6. Windows color (decimal): -11734774 or 717132. OLE color: 717132.
HSL color Cylindrical-coordinate representation of color #4CF10A: hue angle of 102.86º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CF10A is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 10 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.05 |
| HSL | 102.86º | 0.92% | 0.49% | - |
| HSV(B) | 102.86º | 0.96% | 0.95% | - |
| XYZ | 34.49 | 64.47 | 10.91 | - |
| YUV | 165.33 | 40.34 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 10 | 0.68 | 0 | 0.96 | 0.05 | 102.86 | 0.92 | 0.49 |
| Hex | 4C | F1 | A | 44 | 0 | 60 | 5 | 67 | 5C | 31 |
| Octal | 114 | 361 | 12 | 104 | 0 | 140 | 5 | 147 | 134 | 61 |
| Binary | 1001100 | 11110001 | 1010 | 1000100 | 0 | 1100000 | 101 | 1100111 | 1011100 | 110001 |
Color Harmonies of #4CF10A
Complementary color
Monochromatic Colors of #4CF10A
Black with #4CF10A
Text Example
Text Example
White with #4CF10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF10A; }
p { color: rgb(76,241,10); }
H1.HeaderClassName
{
color: #4CF10A;
}
.AnyTagClassName
{
color: #4CF10A;
}
</style>
background-color css
<style>
a { background-color: #4CF10A; }
a { background-color: rgb(76,241,10); }
div.DivClassName
{
background-color: #4CF10A;
}
.BgClassName
{
background-color: #4CF10A;
}
</style>
border-color css
<style>
span { border-color: #4CF10A; }
span { border-color: rgb(76,241,10); }
td.TdClassName
{
border-color: #4CF10A;
}
.TagClassName
{
border-color: #4CF10A;
}
</style>