Shades of Green Yellow #BAFF4F
Tints of Green Yellow #BAFF4F
RGB
CMYK
RGB Variations
Color information
#BAFF4F (or 0xBAFF4F) is known color: Green Yellow. HEX triplet: BA, FF and 4F. RGB value is (186,255,79). Sum of RGB (Red+Green+Blue) = 186+255+79=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF4F is #4500B0. Grayscale: #D6D6D6. Windows color (decimal): -4522161 or 5242810. OLE color: 5242810.
HSL color Cylindrical-coordinate representation of color #BAFF4F: hue angle of 83.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAFF4F is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 79 | - |
| CMYK | 0.27 | 0 | 0.69 | 0 |
| HSL | 83.52º | 1% | 0.65% | - |
| HSV(B) | 83.52º | 0.69% | 1% | - |
| XYZ | 57.42 | 82.52 | 20.3 | - |
| YUV | 214.31 | 51.64 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 79 | 0.27 | 0 | 0.69 | 0 | 83.52 | 1 | 0.65 |
| Hex | BA | FF | 4F | 1B | 0 | 45 | 0 | 54 | 64 | 41 |
| Octal | 272 | 377 | 117 | 33 | 0 | 105 | 0 | 124 | 144 | 101 |
| Binary | 10111010 | 11111111 | 1001111 | 11011 | 0 | 1000101 | 0 | 1010100 | 1100100 | 1000001 |
Color Harmonies of #BAFF4F
Complementary color
Monochromatic Colors of #BAFF4F
Black with #BAFF4F
Text Example
Text Example
White with #BAFF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF4F; }
p { color: rgb(186,255,79); }
H1.HeaderClassName
{
color: #BAFF4F;
}
.AnyTagClassName
{
color: #BAFF4F;
}
</style>
background-color css
<style>
a { background-color: #BAFF4F; }
a { background-color: rgb(186,255,79); }
div.DivClassName
{
background-color: #BAFF4F;
}
.BgClassName
{
background-color: #BAFF4F;
}
</style>
border-color css
<style>
span { border-color: #BAFF4F; }
span { border-color: rgb(186,255,79); }
td.TdClassName
{
border-color: #BAFF4F;
}
.TagClassName
{
border-color: #BAFF4F;
}
</style>