Shades of Green Yellow #BAFD4A
Tints of Green Yellow #BAFD4A
RGB
CMYK
RGB Variations
Color information
#BAFD4A (or 0xBAFD4A) is known color: Green Yellow. HEX triplet: BA, FD and 4A. RGB value is (186,253,74). Sum of RGB (Red+Green+Blue) = 186+253+74=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFD4A is #4502B5. Grayscale: #D5D5D5. Windows color (decimal): -4522678 or 4914618. OLE color: 4914618.
HSL color Cylindrical-coordinate representation of color #BAFD4A: hue angle of 82.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAFD4A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 74 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.01 |
| HSL | 82.46º | 0.98% | 0.64% | - |
| HSV(B) | 82.46º | 0.71% | 0.99% | - |
| XYZ | 56.61 | 81.18 | 19.16 | - |
| YUV | 212.56 | 49.8 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 74 | 0.26 | 0 | 0.71 | 0.01 | 82.46 | 0.98 | 0.64 |
| Hex | BA | FD | 4A | 1A | 0 | 47 | 1 | 52 | 62 | 40 |
| Octal | 272 | 375 | 112 | 32 | 0 | 107 | 1 | 122 | 142 | 100 |
| Binary | 10111010 | 11111101 | 1001010 | 11010 | 0 | 1000111 | 1 | 1010010 | 1100010 | 1000000 |
Color Harmonies of #BAFD4A
Complementary color
Monochromatic Colors of #BAFD4A
Black with #BAFD4A
Text Example
Text Example
White with #BAFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD4A; }
p { color: rgb(186,253,74); }
H1.HeaderClassName
{
color: #BAFD4A;
}
.AnyTagClassName
{
color: #BAFD4A;
}
</style>
background-color css
<style>
a { background-color: #BAFD4A; }
a { background-color: rgb(186,253,74); }
div.DivClassName
{
background-color: #BAFD4A;
}
.BgClassName
{
background-color: #BAFD4A;
}
</style>
border-color css
<style>
span { border-color: #BAFD4A; }
span { border-color: rgb(186,253,74); }
td.TdClassName
{
border-color: #BAFD4A;
}
.TagClassName
{
border-color: #BAFD4A;
}
</style>