Shades of Harlequin #4ADF08
Tints of Harlequin #4ADF08
RGB
CMYK
RGB Variations
Color information
#4ADF08 (or 0x4ADF08) is known color: Harlequin. HEX triplet: 4A, DF and 08. RGB value is (74,223,8). Sum of RGB (Red+Green+Blue) = 74+223+8=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADF08 is #B520F7. Grayscale: #9A9A9A. Windows color (decimal): -11870456 or 581450. OLE color: 581450.
HSL color Cylindrical-coordinate representation of color #4ADF08: hue angle of 101.58º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4ADF08 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 8 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.13 |
| HSL | 101.58º | 0.93% | 0.45% | - |
| HSV(B) | 101.58º | 0.96% | 0.87% | - |
| XYZ | 29.26 | 54.25 | 9.16 | - |
| YUV | 153.94 | 45.64 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 8 | 0.67 | 0 | 0.96 | 0.13 | 101.58 | 0.93 | 0.45 |
| Hex | 4A | DF | 8 | 43 | 0 | 60 | D | 66 | 5D | 2D |
| Octal | 112 | 337 | 10 | 103 | 0 | 140 | 15 | 146 | 135 | 55 |
| Binary | 1001010 | 11011111 | 1000 | 1000011 | 0 | 1100000 | 1101 | 1100110 | 1011101 | 101101 |
Color Harmonies of #4ADF08
Complementary color
Monochromatic Colors of #4ADF08
Black with #4ADF08
Text Example
Text Example
White with #4ADF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF08; }
p { color: rgb(74,223,8); }
H1.HeaderClassName
{
color: #4ADF08;
}
.AnyTagClassName
{
color: #4ADF08;
}
</style>
background-color css
<style>
a { background-color: #4ADF08; }
a { background-color: rgb(74,223,8); }
div.DivClassName
{
background-color: #4ADF08;
}
.BgClassName
{
background-color: #4ADF08;
}
</style>
border-color css
<style>
span { border-color: #4ADF08; }
span { border-color: rgb(74,223,8); }
td.TdClassName
{
border-color: #4ADF08;
}
.TagClassName
{
border-color: #4ADF08;
}
</style>