Shades of Harlequin #4AFE30
Tints of Harlequin #4AFE30
RGB
CMYK
RGB Variations
Color information
#4AFE30 (or 0x4AFE30) is known color: Harlequin. HEX triplet: 4A, FE and 30. RGB value is (74,254,48). Sum of RGB (Red+Green+Blue) = 74+254+48=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE30 is #B501CF. Grayscale: #B1B1B1. Windows color (decimal): -11862480 or 3210826. OLE color: 3210826.
HSL color Cylindrical-coordinate representation of color #4AFE30: hue angle of 112.43º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AFE30 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 48 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.00 |
| HSL | 112.43º | 0.99% | 0.59% | - |
| HSV(B) | 112.43º | 0.81% | 1% | - |
| XYZ | 38.8 | 72.55 | 14.76 | - |
| YUV | 176.7 | 55.37 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 48 | 0.71 | 0 | 0.81 | 0.00 | 112.43 | 0.99 | 0.59 |
| Hex | 4A | FE | 30 | 47 | 0 | 51 | 0 | 70 | 63 | 3B |
| Octal | 112 | 376 | 60 | 107 | 0 | 121 | 0 | 160 | 143 | 73 |
| Binary | 1001010 | 11111110 | 110000 | 1000111 | 0 | 1010001 | 0 | 1110000 | 1100011 | 111011 |
Color Harmonies of #4AFE30
Complementary color
Monochromatic Colors of #4AFE30
Black with #4AFE30
Text Example
Text Example
White with #4AFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE30; }
p { color: rgb(74,254,48); }
H1.HeaderClassName
{
color: #4AFE30;
}
.AnyTagClassName
{
color: #4AFE30;
}
</style>
background-color css
<style>
a { background-color: #4AFE30; }
a { background-color: rgb(74,254,48); }
div.DivClassName
{
background-color: #4AFE30;
}
.BgClassName
{
background-color: #4AFE30;
}
</style>
border-color css
<style>
span { border-color: #4AFE30; }
span { border-color: rgb(74,254,48); }
td.TdClassName
{
border-color: #4AFE30;
}
.TagClassName
{
border-color: #4AFE30;
}
</style>