Shades of Green Yellow #BAFD4C
Tints of Green Yellow #BAFD4C
RGB
CMYK
RGB Variations
Color information
#BAFD4C (or 0xBAFD4C) is known color: Green Yellow. HEX triplet: BA, FD and 4C. RGB value is (186,253,76). Sum of RGB (Red+Green+Blue) = 186+253+76=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFD4C is #4502B3. Grayscale: #D5D5D5. Windows color (decimal): -4522676 or 5045690. OLE color: 5045690.
HSL color Cylindrical-coordinate representation of color #BAFD4C: hue angle of 82.71º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAFD4C is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 76 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.01 |
| HSL | 82.71º | 0.98% | 0.65% | - |
| HSV(B) | 82.71º | 0.7% | 0.99% | - |
| XYZ | 56.68 | 81.21 | 19.53 | - |
| YUV | 212.79 | 50.8 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 76 | 0.26 | 0 | 0.70 | 0.01 | 82.71 | 0.98 | 0.65 |
| Hex | BA | FD | 4C | 1A | 0 | 46 | 1 | 53 | 62 | 41 |
| Octal | 272 | 375 | 114 | 32 | 0 | 106 | 1 | 123 | 142 | 101 |
| Binary | 10111010 | 11111101 | 1001100 | 11010 | 0 | 1000110 | 1 | 1010011 | 1100010 | 1000001 |
Color Harmonies of #BAFD4C
Complementary color
Monochromatic Colors of #BAFD4C
Black with #BAFD4C
Text Example
Text Example
White with #BAFD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD4C; }
p { color: rgb(186,253,76); }
H1.HeaderClassName
{
color: #BAFD4C;
}
.AnyTagClassName
{
color: #BAFD4C;
}
</style>
background-color css
<style>
a { background-color: #BAFD4C; }
a { background-color: rgb(186,253,76); }
div.DivClassName
{
background-color: #BAFD4C;
}
.BgClassName
{
background-color: #BAFD4C;
}
</style>
border-color css
<style>
span { border-color: #BAFD4C; }
span { border-color: rgb(186,253,76); }
td.TdClassName
{
border-color: #BAFD4C;
}
.TagClassName
{
border-color: #BAFD4C;
}
</style>