Shades of Harlequin #4AF827
Tints of Harlequin #4AF827
RGB
CMYK
RGB Variations
Color information
#4AF827 (or 0x4AF827) is known color: Harlequin. HEX triplet: 4A, F8 and 27. RGB value is (74,248,39). Sum of RGB (Red+Green+Blue) = 74+248+39=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF827 is #B507D8. Grayscale: #ACACAC. Windows color (decimal): -11864025 or 2619466. OLE color: 2619466.
HSL color Cylindrical-coordinate representation of color #4AF827: hue angle of 109.95º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AF827 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 39 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.03 |
| HSL | 109.95º | 0.94% | 0.56% | - |
| HSV(B) | 109.95º | 0.84% | 0.97% | - |
| XYZ | 36.76 | 68.74 | 13.25 | - |
| YUV | 172.15 | 52.85 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 39 | 0.70 | 0 | 0.84 | 0.03 | 109.95 | 0.94 | 0.56 |
| Hex | 4A | F8 | 27 | 46 | 0 | 54 | 3 | 6E | 5E | 38 |
| Octal | 112 | 370 | 47 | 106 | 0 | 124 | 3 | 156 | 136 | 70 |
| Binary | 1001010 | 11111000 | 100111 | 1000110 | 0 | 1010100 | 11 | 1101110 | 1011110 | 111000 |
Color Harmonies of #4AF827
Complementary color
Monochromatic Colors of #4AF827
Black with #4AF827
Text Example
Text Example
White with #4AF827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF827; }
p { color: rgb(74,248,39); }
H1.HeaderClassName
{
color: #4AF827;
}
.AnyTagClassName
{
color: #4AF827;
}
</style>
background-color css
<style>
a { background-color: #4AF827; }
a { background-color: rgb(74,248,39); }
div.DivClassName
{
background-color: #4AF827;
}
.BgClassName
{
background-color: #4AF827;
}
</style>
border-color css
<style>
span { border-color: #4AF827; }
span { border-color: rgb(74,248,39); }
td.TdClassName
{
border-color: #4AF827;
}
.TagClassName
{
border-color: #4AF827;
}
</style>