Shades of Green Yellow #BAFC4A
Tints of Green Yellow #BAFC4A
RGB
CMYK
RGB Variations
Color information
#BAFC4A (or 0xBAFC4A) is known color: Green Yellow. HEX triplet: BA, FC and 4A. RGB value is (186,252,74). Sum of RGB (Red+Green+Blue) = 186+252+74=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC4A is #4503B5. Grayscale: #D4D4D4. Windows color (decimal): -4522934 or 4914362. OLE color: 4914362.
HSL color Cylindrical-coordinate representation of color #BAFC4A: hue angle of 82.25º degrees, saturation: 0.97, 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 #BAFC4A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 74 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.01 |
| HSL | 82.25º | 0.97% | 0.64% | - |
| HSV(B) | 82.25º | 0.71% | 0.99% | - |
| XYZ | 56.3 | 80.55 | 19.06 | - |
| YUV | 211.97 | 50.13 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 74 | 0.26 | 0 | 0.71 | 0.01 | 82.25 | 0.97 | 0.64 |
| Hex | BA | FC | 4A | 1A | 0 | 47 | 1 | 52 | 61 | 40 |
| Octal | 272 | 374 | 112 | 32 | 0 | 107 | 1 | 122 | 141 | 100 |
| Binary | 10111010 | 11111100 | 1001010 | 11010 | 0 | 1000111 | 1 | 1010010 | 1100001 | 1000000 |
Color Harmonies of #BAFC4A
Complementary color
Monochromatic Colors of #BAFC4A
Black with #BAFC4A
Text Example
Text Example
White with #BAFC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC4A; }
p { color: rgb(186,252,74); }
H1.HeaderClassName
{
color: #BAFC4A;
}
.AnyTagClassName
{
color: #BAFC4A;
}
</style>
background-color css
<style>
a { background-color: #BAFC4A; }
a { background-color: rgb(186,252,74); }
div.DivClassName
{
background-color: #BAFC4A;
}
.BgClassName
{
background-color: #BAFC4A;
}
</style>
border-color css
<style>
span { border-color: #BAFC4A; }
span { border-color: rgb(186,252,74); }
td.TdClassName
{
border-color: #BAFC4A;
}
.TagClassName
{
border-color: #BAFC4A;
}
</style>