Shades of Green Yellow #A4FD2D
Tints of Green Yellow #A4FD2D
RGB
CMYK
RGB Variations
Color information
#A4FD2D (or 0xA4FD2D) is known color: Green Yellow. HEX triplet: A4, FD and 2D. RGB value is (164,253,45). Sum of RGB (Red+Green+Blue) = 164+253+45=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4FD2D is #5B02D2. Grayscale: #CBCBCB. Windows color (decimal): -5964499 or 3014052. OLE color: 3014052.
HSL color Cylindrical-coordinate representation of color #A4FD2D: hue angle of 85.67º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4FD2D is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 253 | 45 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.01 |
| HSL | 85.67º | 0.98% | 0.58% | - |
| HSV(B) | 85.67º | 0.82% | 0.99% | - |
| XYZ | 50.91 | 78.33 | 14.92 | - |
| YUV | 202.68 | 39.01 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 253 | 45 | 0.35 | 0 | 0.82 | 0.01 | 85.67 | 0.98 | 0.58 |
| Hex | A4 | FD | 2D | 23 | 0 | 52 | 1 | 56 | 62 | 3A |
| Octal | 244 | 375 | 55 | 43 | 0 | 122 | 1 | 126 | 142 | 72 |
| Binary | 10100100 | 11111101 | 101101 | 100011 | 0 | 1010010 | 1 | 1010110 | 1100010 | 111010 |
Color Harmonies of #A4FD2D
Complementary color
Monochromatic Colors of #A4FD2D
Black with #A4FD2D
Text Example
Text Example
White with #A4FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FD2D; }
p { color: rgb(164,253,45); }
H1.HeaderClassName
{
color: #A4FD2D;
}
.AnyTagClassName
{
color: #A4FD2D;
}
</style>
background-color css
<style>
a { background-color: #A4FD2D; }
a { background-color: rgb(164,253,45); }
div.DivClassName
{
background-color: #A4FD2D;
}
.BgClassName
{
background-color: #A4FD2D;
}
</style>
border-color css
<style>
span { border-color: #A4FD2D; }
span { border-color: rgb(164,253,45); }
td.TdClassName
{
border-color: #A4FD2D;
}
.TagClassName
{
border-color: #A4FD2D;
}
</style>