Shades of Harlequin #4AFB05
Tints of Harlequin #4AFB05
RGB
CMYK
RGB Variations
Color information
#4AFB05 (or 0x4AFB05) is known color: Harlequin. HEX triplet: 4A, FB and 05. RGB value is (74,251,5). Sum of RGB (Red+Green+Blue) = 74+251+5=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 251 (98.44% from 255 or 76.06% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFB05 is #B504FA. Grayscale: #AAAAAA. Windows color (decimal): -11863291 or 392010. OLE color: 392010.
HSL color Cylindrical-coordinate representation of color #4AFB05: hue angle of 103.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AFB05 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 5 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.02 |
| HSL | 103.17º | 0.97% | 0.5% | - |
| HSV(B) | 103.17º | 0.98% | 0.98% | - |
| XYZ | 37.35 | 70.46 | 11.78 | - |
| YUV | 170.03 | 34.86 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 5 | 0.71 | 0 | 0.98 | 0.02 | 103.17 | 0.97 | 0.5 |
| Hex | 4A | FB | 5 | 47 | 0 | 62 | 2 | 67 | 61 | 32 |
| Octal | 112 | 373 | 5 | 107 | 0 | 142 | 2 | 147 | 141 | 62 |
| Binary | 1001010 | 11111011 | 101 | 1000111 | 0 | 1100010 | 10 | 1100111 | 1100001 | 110010 |
Color Harmonies of #4AFB05
Complementary color
Monochromatic Colors of #4AFB05
Black with #4AFB05
Text Example
Text Example
White with #4AFB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB05; }
p { color: rgb(74,251,5); }
H1.HeaderClassName
{
color: #4AFB05;
}
.AnyTagClassName
{
color: #4AFB05;
}
</style>
background-color css
<style>
a { background-color: #4AFB05; }
a { background-color: rgb(74,251,5); }
div.DivClassName
{
background-color: #4AFB05;
}
.BgClassName
{
background-color: #4AFB05;
}
</style>
border-color css
<style>
span { border-color: #4AFB05; }
span { border-color: rgb(74,251,5); }
td.TdClassName
{
border-color: #4AFB05;
}
.TagClassName
{
border-color: #4AFB05;
}
</style>