Shades of Harlequin #4AF308
Tints of Harlequin #4AF308
RGB
CMYK
RGB Variations
Color information
#4AF308 (or 0x4AF308) is known color: Harlequin. HEX triplet: 4A, F3 and 08. RGB value is (74,243,8). Sum of RGB (Red+Green+Blue) = 74+243+8=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 243 (95.31% from 255 or 74.77% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF308 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF308 is #B50CF7. Grayscale: #A6A6A6. Windows color (decimal): -11865336 or 586570. OLE color: 586570.
HSL color Cylindrical-coordinate representation of color #4AF308: hue angle of 103.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AF308 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 8 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.05 |
| HSL | 103.15º | 0.94% | 0.49% | - |
| HSV(B) | 103.15º | 0.97% | 0.95% | - |
| XYZ | 34.92 | 65.57 | 11.05 | - |
| YUV | 165.68 | 39.01 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 8 | 0.70 | 0 | 0.97 | 0.05 | 103.15 | 0.94 | 0.49 |
| Hex | 4A | F3 | 8 | 46 | 0 | 61 | 5 | 67 | 5E | 31 |
| Octal | 112 | 363 | 10 | 106 | 0 | 141 | 5 | 147 | 136 | 61 |
| Binary | 1001010 | 11110011 | 1000 | 1000110 | 0 | 1100001 | 101 | 1100111 | 1011110 | 110001 |
Color Harmonies of #4AF308
Complementary color
Monochromatic Colors of #4AF308
Black with #4AF308
Text Example
Text Example
White with #4AF308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF308; }
p { color: rgb(74,243,8); }
H1.HeaderClassName
{
color: #4AF308;
}
.AnyTagClassName
{
color: #4AF308;
}
</style>
background-color css
<style>
a { background-color: #4AF308; }
a { background-color: rgb(74,243,8); }
div.DivClassName
{
background-color: #4AF308;
}
.BgClassName
{
background-color: #4AF308;
}
</style>
border-color css
<style>
span { border-color: #4AF308; }
span { border-color: rgb(74,243,8); }
td.TdClassName
{
border-color: #4AF308;
}
.TagClassName
{
border-color: #4AF308;
}
</style>