Shades of Green Yellow #BAFD2C
Tints of Green Yellow #BAFD2C
RGB
CMYK
RGB Variations
Color information
#BAFD2C (or 0xBAFD2C) is known color: Green Yellow. HEX triplet: BA, FD and 2C. RGB value is (186,253,44). Sum of RGB (Red+Green+Blue) = 186+253+44=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFD2C is #4502D3. Grayscale: #D1D1D1. Windows color (decimal): -4522708 or 2948538. OLE color: 2948538.
HSL color Cylindrical-coordinate representation of color #BAFD2C: hue angle of 79.23º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAFD2C is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 44 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.01 |
| HSL | 79.23º | 0.98% | 0.58% | - |
| HSV(B) | 79.23º | 0.83% | 0.99% | - |
| XYZ | 55.83 | 80.87 | 15.05 | - |
| YUV | 209.14 | 34.8 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 44 | 0.26 | 0 | 0.83 | 0.01 | 79.23 | 0.98 | 0.58 |
| Hex | BA | FD | 2C | 1A | 0 | 53 | 1 | 4F | 62 | 3A |
| Octal | 272 | 375 | 54 | 32 | 0 | 123 | 1 | 117 | 142 | 72 |
| Binary | 10111010 | 11111101 | 101100 | 11010 | 0 | 1010011 | 1 | 1001111 | 1100010 | 111010 |
Color Harmonies of #BAFD2C
Complementary color
Monochromatic Colors of #BAFD2C
Black with #BAFD2C
Text Example
Text Example
White with #BAFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD2C; }
p { color: rgb(186,253,44); }
H1.HeaderClassName
{
color: #BAFD2C;
}
.AnyTagClassName
{
color: #BAFD2C;
}
</style>
background-color css
<style>
a { background-color: #BAFD2C; }
a { background-color: rgb(186,253,44); }
div.DivClassName
{
background-color: #BAFD2C;
}
.BgClassName
{
background-color: #BAFD2C;
}
</style>
border-color css
<style>
span { border-color: #BAFD2C; }
span { border-color: rgb(186,253,44); }
td.TdClassName
{
border-color: #BAFD2C;
}
.TagClassName
{
border-color: #BAFD2C;
}
</style>