Shades of Harlequin #4FFA30
Tints of Harlequin #4FFA30
RGB
CMYK
RGB Variations
Color information
#4FFA30 (or 0x4FFA30) is known color: Harlequin. HEX triplet: 4F, FA and 30. RGB value is (79,250,48). Sum of RGB (Red+Green+Blue) = 79+250+48=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFA30 is #B005CF. Grayscale: #B0B0B0. Windows color (decimal): -11535824 or 3209807. OLE color: 3209807.
HSL color Cylindrical-coordinate representation of color #4FFA30: hue angle of 110.79º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FFA30 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 48 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.02 |
| HSL | 110.79º | 0.95% | 0.58% | - |
| HSV(B) | 110.79º | 0.81% | 0.98% | - |
| XYZ | 37.94 | 70.25 | 14.36 | - |
| YUV | 175.84 | 55.85 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 48 | 0.68 | 0 | 0.81 | 0.02 | 110.79 | 0.95 | 0.58 |
| Hex | 4F | FA | 30 | 44 | 0 | 51 | 2 | 6F | 5F | 3A |
| Octal | 117 | 372 | 60 | 104 | 0 | 121 | 2 | 157 | 137 | 72 |
| Binary | 1001111 | 11111010 | 110000 | 1000100 | 0 | 1010001 | 10 | 1101111 | 1011111 | 111010 |
Color Harmonies of #4FFA30
Complementary color
Monochromatic Colors of #4FFA30
Black with #4FFA30
Text Example
Text Example
White with #4FFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFA30; }
p { color: rgb(79,250,48); }
H1.HeaderClassName
{
color: #4FFA30;
}
.AnyTagClassName
{
color: #4FFA30;
}
</style>
background-color css
<style>
a { background-color: #4FFA30; }
a { background-color: rgb(79,250,48); }
div.DivClassName
{
background-color: #4FFA30;
}
.BgClassName
{
background-color: #4FFA30;
}
</style>
border-color css
<style>
span { border-color: #4FFA30; }
span { border-color: rgb(79,250,48); }
td.TdClassName
{
border-color: #4FFA30;
}
.TagClassName
{
border-color: #4FFA30;
}
</style>