Shades of Harlequin #4CF90A
Tints of Harlequin #4CF90A
RGB
CMYK
RGB Variations
Color information
#4CF90A (or 0x4CF90A) is known color: Harlequin. HEX triplet: 4C, F9 and 0A. RGB value is (76,249,10). Sum of RGB (Red+Green+Blue) = 76+249+10=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 249 (97.66% from 255 or 74.33% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF90A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF90A is #B306F5. Grayscale: #AAAAAA. Windows color (decimal): -11732726 or 719180. OLE color: 719180.
HSL color Cylindrical-coordinate representation of color #4CF90A: hue angle of 103.43º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CF90A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 10 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.02 |
| HSL | 103.43º | 0.95% | 0.51% | - |
| HSV(B) | 103.43º | 0.96% | 0.98% | - |
| XYZ | 36.91 | 69.31 | 11.72 | - |
| YUV | 170.03 | 37.69 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 10 | 0.69 | 0 | 0.96 | 0.02 | 103.43 | 0.95 | 0.51 |
| Hex | 4C | F9 | A | 45 | 0 | 60 | 2 | 67 | 5F | 33 |
| Octal | 114 | 371 | 12 | 105 | 0 | 140 | 2 | 147 | 137 | 63 |
| Binary | 1001100 | 11111001 | 1010 | 1000101 | 0 | 1100000 | 10 | 1100111 | 1011111 | 110011 |
Color Harmonies of #4CF90A
Complementary color
Monochromatic Colors of #4CF90A
Black with #4CF90A
Text Example
Text Example
White with #4CF90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF90A; }
p { color: rgb(76,249,10); }
H1.HeaderClassName
{
color: #4CF90A;
}
.AnyTagClassName
{
color: #4CF90A;
}
</style>
background-color css
<style>
a { background-color: #4CF90A; }
a { background-color: rgb(76,249,10); }
div.DivClassName
{
background-color: #4CF90A;
}
.BgClassName
{
background-color: #4CF90A;
}
</style>
border-color css
<style>
span { border-color: #4CF90A; }
span { border-color: rgb(76,249,10); }
td.TdClassName
{
border-color: #4CF90A;
}
.TagClassName
{
border-color: #4CF90A;
}
</style>