Shades of Harlequin #4AF809
Tints of Harlequin #4AF809
RGB
CMYK
RGB Variations
Color information
#4AF809 (or 0x4AF809) is known color: Harlequin. HEX triplet: 4A, F8 and 09. RGB value is (74,248,9). Sum of RGB (Red+Green+Blue) = 74+248+9=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 248 (97.27% from 255 or 74.92% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF809 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF809 is #B507F6. Grayscale: #A9A9A9. Windows color (decimal): -11864055 or 653386. OLE color: 653386.
HSL color Cylindrical-coordinate representation of color #4AF809: hue angle of 103.68º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AF809 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 9 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.03 |
| HSL | 103.68º | 0.94% | 0.5% | - |
| HSV(B) | 103.68º | 0.96% | 0.97% | - |
| XYZ | 36.44 | 68.61 | 11.58 | - |
| YUV | 168.73 | 37.85 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 9 | 0.70 | 0 | 0.96 | 0.03 | 103.68 | 0.94 | 0.5 |
| Hex | 4A | F8 | 9 | 46 | 0 | 60 | 3 | 68 | 5E | 32 |
| Octal | 112 | 370 | 11 | 106 | 0 | 140 | 3 | 150 | 136 | 62 |
| Binary | 1001010 | 11111000 | 1001 | 1000110 | 0 | 1100000 | 11 | 1101000 | 1011110 | 110010 |
Color Harmonies of #4AF809
Complementary color
Monochromatic Colors of #4AF809
Black with #4AF809
Text Example
Text Example
White with #4AF809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF809; }
p { color: rgb(74,248,9); }
H1.HeaderClassName
{
color: #4AF809;
}
.AnyTagClassName
{
color: #4AF809;
}
</style>
background-color css
<style>
a { background-color: #4AF809; }
a { background-color: rgb(74,248,9); }
div.DivClassName
{
background-color: #4AF809;
}
.BgClassName
{
background-color: #4AF809;
}
</style>
border-color css
<style>
span { border-color: #4AF809; }
span { border-color: rgb(74,248,9); }
td.TdClassName
{
border-color: #4AF809;
}
.TagClassName
{
border-color: #4AF809;
}
</style>