Shades of Harlequin #4FE90C
Tints of Harlequin #4FE90C
RGB
CMYK
RGB Variations
Color information
#4FE90C (or 0x4FE90C) is known color: Harlequin. HEX triplet: 4F, E9 and 0C. RGB value is (79,233,12). Sum of RGB (Red+Green+Blue) = 79+233+12=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 233 (91.41% from 255 or 71.91% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE90C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FE90C is #B016F3. Grayscale: #A2A2A2. Windows color (decimal): -11540212 or 846159. OLE color: 846159.
HSL color Cylindrical-coordinate representation of color #4FE90C: hue angle of 101.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FE90C is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 233 | 12 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.09 |
| HSL | 101.81º | 0.9% | 0.48% | - |
| HSV(B) | 101.81º | 0.95% | 0.91% | - |
| XYZ | 32.43 | 59.97 | 10.21 | - |
| YUV | 161.76 | 43.48 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 12 | 0.66 | 0 | 0.95 | 0.09 | 101.81 | 0.9 | 0.48 |
| Hex | 4F | E9 | C | 42 | 0 | 5F | 9 | 66 | 5A | 30 |
| Octal | 117 | 351 | 14 | 102 | 0 | 137 | 11 | 146 | 132 | 60 |
| Binary | 1001111 | 11101001 | 1100 | 1000010 | 0 | 1011111 | 1001 | 1100110 | 1011010 | 110000 |
Color Harmonies of #4FE90C
Complementary color
Monochromatic Colors of #4FE90C
Black with #4FE90C
Text Example
Text Example
White with #4FE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE90C; }
p { color: rgb(79,233,12); }
H1.HeaderClassName
{
color: #4FE90C;
}
.AnyTagClassName
{
color: #4FE90C;
}
</style>
background-color css
<style>
a { background-color: #4FE90C; }
a { background-color: rgb(79,233,12); }
div.DivClassName
{
background-color: #4FE90C;
}
.BgClassName
{
background-color: #4FE90C;
}
</style>
border-color css
<style>
span { border-color: #4FE90C; }
span { border-color: rgb(79,233,12); }
td.TdClassName
{
border-color: #4FE90C;
}
.TagClassName
{
border-color: #4FE90C;
}
</style>