Shades of Harlequin #4CF20B
Tints of Harlequin #4CF20B
RGB
CMYK
RGB Variations
Color information
#4CF20B (or 0x4CF20B) is known color: Harlequin. HEX triplet: 4C, F2 and 0B. RGB value is (76,242,11). Sum of RGB (Red+Green+Blue) = 76+242+11=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF20B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF20B is #B30DF4. Grayscale: #A6A6A6. Windows color (decimal): -11734517 or 782924. OLE color: 782924.
HSL color Cylindrical-coordinate representation of color #4CF20B: hue angle of 103.12º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CF20B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 11 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.05 |
| HSL | 103.12º | 0.91% | 0.5% | - |
| HSV(B) | 103.12º | 0.95% | 0.95% | - |
| XYZ | 34.79 | 65.06 | 11.04 | - |
| YUV | 166.03 | 40.5 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 11 | 0.69 | 0 | 0.95 | 0.05 | 103.12 | 0.91 | 0.5 |
| Hex | 4C | F2 | B | 45 | 0 | 5F | 5 | 67 | 5B | 32 |
| Octal | 114 | 362 | 13 | 105 | 0 | 137 | 5 | 147 | 133 | 62 |
| Binary | 1001100 | 11110010 | 1011 | 1000101 | 0 | 1011111 | 101 | 1100111 | 1011011 | 110010 |
Color Harmonies of #4CF20B
Complementary color
Monochromatic Colors of #4CF20B
Black with #4CF20B
Text Example
Text Example
White with #4CF20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF20B; }
p { color: rgb(76,242,11); }
H1.HeaderClassName
{
color: #4CF20B;
}
.AnyTagClassName
{
color: #4CF20B;
}
</style>
background-color css
<style>
a { background-color: #4CF20B; }
a { background-color: rgb(76,242,11); }
div.DivClassName
{
background-color: #4CF20B;
}
.BgClassName
{
background-color: #4CF20B;
}
</style>
border-color css
<style>
span { border-color: #4CF20B; }
span { border-color: rgb(76,242,11); }
td.TdClassName
{
border-color: #4CF20B;
}
.TagClassName
{
border-color: #4CF20B;
}
</style>